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/+/17642 )
Change subject: library/BSSGP_Types: use tr_MI_IMSI from library/L3_Templates
......................................................................
library/BSSGP_Types: use tr_MI_IMSI from library/L3_Templates
Change-Id: Ibb02c1c545418bef34ee1e42d34857bda655e12f
---
M library/BSSGP_Types.ttcn
1 file changed, 1 insertion(+), 13 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/42/17642/1
diff --git a/library/BSSGP_Types.ttcn b/library/BSSGP_Types.ttcn
index e9984d8..fd12a9d 100644
--- a/library/BSSGP_Types.ttcn
+++ b/library/BSSGP_Types.ttcn
@@ -386,19 +386,7 @@
template BssgpTLV t_BSSGP_IE_Imsi(template hexstring imsi) := {
iei := IMSI,
len := 4,
- u := {
- mobile_id := {
- typeOfIdentity := MI_TYPE_IMSI,
- oddEvenInd_identity := {
- imsi := {
- /* TODO: introduce generic tr_IMSI_L3 */
- oddevenIndicator := true, /* IMSI has 15 digits */
- digits := imsi,
- fillerDigit := '1111'B
- }
- }
- }
- }
+ u := { mobile_id := tr_MI_IMSI(imsi) }
}
template BssgpTLV t_BSSGP_IE_Qos(BssgpQosProfile qos) := {
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/17642
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: Ibb02c1c545418bef34ee1e42d34857bda655e12f
Gerrit-Change-Number: 17642
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/20200327/4f3fb550/attachment.htm>