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/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/55/18455/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200525/2307da31/attachment.htm>