From 44f0c48a3e9386c61c94817ae36f6b599ce5fbe7 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 24 May 2020 20:49:29 +0700 Subject: library/IPA_Types: cosmetic: s/IPAC_IDTAG_UNIT/IPAC_IDTAG_UNITID/g Change-Id: Iec9cbbea9d38813f0cd3b98fb6b252111d150220 --- library/IPA_Emulation.ttcnpp | 2 +- library/IPA_Types.ttcn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'library') diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp index 0edc0a74..8954f713 100644 --- a/library/IPA_Emulation.ttcnpp +++ b/library/IPA_Emulation.ttcnpp @@ -365,7 +365,7 @@ private function f_ccm_make_id_resp(PDU_IPA_CCM get) runs on IPA_Emulation_CT re case (IPAC_IDTAG_MACADDR) { foo := g_ccm_pars.mac_addr; } - case (IPAC_IDTAG_UNIT) { + case (IPAC_IDTAG_UNITID) { foo := g_ccm_pars.unit_id; } case (IPAC_IDTAG_OSMO_RAND) { diff --git a/library/IPA_Types.ttcn b/library/IPA_Types.ttcn index e232aeb8..ce6f9b69 100644 --- a/library/IPA_Types.ttcn +++ b/library/IPA_Types.ttcn @@ -86,7 +86,7 @@ type enumerated IpaCcmIdTag { IPAC_IDTAG_SWVERSION ('05'H), IPAC_IDTAG_IPADDR ('06'H), IPAC_IDTAG_MACADDR ('07'H), - IPAC_IDTAG_UNIT ('08'H), + IPAC_IDTAG_UNITID ('08'H), IPAC_IDTAG_OSMO_RAND ('23'H) } with { variant "FIELDLENGTH(8)" } -- cgit v1.2.3