From 40ee56cbac9cac1c774224e20bd970d5c26a8d87 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 24 May 2020 20:51:24 +0700 Subject: library/IPA_Emulation: server mode: also request IPA UnitID Change-Id: I195894d72cf40f081d286a6c0a6d2531e3d0a45c Related: OS#4546 --- library/IPA_Emulation.ttcnpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'library') diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp index 2148392f..37624499 100644 --- a/library/IPA_Emulation.ttcnpp +++ b/library/IPA_Emulation.ttcnpp @@ -418,7 +418,8 @@ template PDU_IPA_CCM ts_IPA_ID_GET := { msg_type := IPAC_MSGT_ID_GET, u := { get := { - { 1, IPAC_IDTAG_UNITNAME } + { 1, IPAC_IDTAG_UNITNAME }, + { 1, IPAC_IDTAG_UNITID } } } } -- cgit v1.2.3