From 7e0022697cda55d6052725e3cdb50395079d80ce Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 28 Mar 2020 05:14:01 +0700 Subject: library/BSSGP_Types: use tr_MI_IMSI from library/L3_Templates Change-Id: Ibb02c1c545418bef34ee1e42d34857bda655e12f --- library/BSSGP_Types.ttcn | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'library/BSSGP_Types.ttcn') diff --git a/library/BSSGP_Types.ttcn b/library/BSSGP_Types.ttcn index e9984d8f..c54f7086 100644 --- a/library/BSSGP_Types.ttcn +++ b/library/BSSGP_Types.ttcn @@ -14,6 +14,7 @@ module BSSGP_Types { import from Osmocom_Types all; import from GSM_Types all; import from GSM_RR_Types all; + import from L3_Templates all; import from BSSGP_Helper_Functions all; type enumerated BssgpPduType { @@ -386,19 +387,7 @@ module BSSGP_Types { 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) := { -- cgit v1.2.3