Change in osmo-ttcn3-hacks[master]: library/IPA_Types: cosmetic: s/IPAC_IDTAG_UNIT/IPAC_IDTAG_UNITID/g

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon May 25 16:19:16 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18455 )

Change subject: library/IPA_Types: cosmetic: s/IPAC_IDTAG_UNIT/IPAC_IDTAG_UNITID/g
......................................................................

library/IPA_Types: cosmetic: s/IPAC_IDTAG_UNIT/IPAC_IDTAG_UNITID/g

Change-Id: Iec9cbbea9d38813f0cd3b98fb6b252111d150220
---
M library/IPA_Emulation.ttcnpp
M library/IPA_Types.ttcn
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/library/IPA_Emulation.ttcnpp b/library/IPA_Emulation.ttcnpp
index 0edc0a7..8954f71 100644
--- a/library/IPA_Emulation.ttcnpp
+++ b/library/IPA_Emulation.ttcnpp
@@ -365,7 +365,7 @@
 			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 e232aeb..ce6f9b6 100644
--- a/library/IPA_Types.ttcn
+++ b/library/IPA_Types.ttcn
@@ -86,7 +86,7 @@
 	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)" }
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/18455
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iec9cbbea9d38813f0cd3b98fb6b252111d150220
Gerrit-Change-Number: 18455
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200525/6370bdf1/attachment.htm>


More information about the gerrit-log mailing list