Change in titan.ProtocolModules.BSSMAP[master]: BSSAP_Types.ttcn: Add missing IEs for CommonID

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/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Apr 15 12:13:10 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/titan.ProtocolModules.BSSMAP/+/23763 )


Change subject: BSSAP_Types.ttcn: Add missing IEs for CommonID
......................................................................

BSSAP_Types.ttcn: Add missing IEs for CommonID

Change-Id: I5103ceb2656a41925a089af5492d0722ca87a5c7
---
M src/BSSAP_Types.ttcn
1 file changed, 15 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/titan.ProtocolModules.BSSMAP refs/changes/63/23763/1

diff --git a/src/BSSAP_Types.ttcn b/src/BSSAP_Types.ttcn
index fa553ef..107b112 100644
--- a/src/BSSAP_Types.ttcn
+++ b/src/BSSAP_Types.ttcn
@@ -1863,7 +1863,19 @@
  OCT1                       elementIdentifier  //8F
 } with { variant "PRESENCE (elementIdentifier = '8F'O)";}
 
+//3.2.2.126 Selected PLMN ID
+type record BSSAMAP_IE_SelectedPLMNId
+{
+  OCT1                       elementIdentifier, //'94'O
+  OCT3                       mcc_mnc,
+} with { variant "PRESENCE (elementIdentifier = '94'O)" }
 
+//3.2.2.127 Last used E-UTRAN PLMN ID
+type record BSSAMAP_IE_LastUsedEUTRANPLMNId
+{
+  OCT1                       elementIdentifier, //'95'O
+  OCT3                       mcc_mnc,
+} with { variant "PRESENCE (elementIdentifier = '95'O)" }
 
 ///////////////////////////////////////////////////////
 // Used in HANDOVER REQUEST message
@@ -2639,7 +2651,9 @@
 {
   OCT1					messageType, // H'2F
   BSSMAP_IE_IMSI			iMSI,
-  BSSMAP_IE_SNAAccessInfo		sNAAccessInformation optional
+  BSSMAP_IE_SNAAccessInfo		sNAAccessInformation optional,
+  BSSAMAP_IE_SelectedPLMNId		selectedPLMNId optional,
+  BSSAMAP_IE_LastUsedEUTRANPLMNId	lastUsedEUTRANPLMNId optional
 } with { variant "PRESENCE (messageType = '2F'O)" }
 
 

-- 
To view, visit https://gerrit.osmocom.org/c/titan.ProtocolModules.BSSMAP/+/23763
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: titan.ProtocolModules.BSSMAP
Gerrit-Branch: master
Gerrit-Change-Id: I5103ceb2656a41925a089af5492d0722ca87a5c7
Gerrit-Change-Number: 23763
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210415/d1ed99ea/attachment.htm>


More information about the gerrit-log mailing list