pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35511?usp=email )


Change subject: NAS_Templates: Introduce template 
tr_PDU_NAS_EPS_TrackingAreaUpdateAccept
......................................................................

NAS_Templates: Introduce template tr_PDU_NAS_EPS_TrackingAreaUpdateAccept

Change-Id: Iba19ac8293fecfe0b150155cebe50cbe4d32fe4d
---
M library/NAS_Templates.ttcn
1 file changed, 52 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/11/35511/1

diff --git a/library/NAS_Templates.ttcn b/library/NAS_Templates.ttcn
index 23637f7..daeaa1c 100644
--- a/library/NAS_Templates.ttcn
+++ b/library/NAS_Templates.ttcn
@@ -365,6 +365,49 @@
         tSC := tSC
 }

+/* 8.2.26 Tracking Area Update Accept */
+template (present) PDU_NAS_EPS
+tr_PDU_NAS_EPS_TrackingAreaUpdateAccept := {
+       protocolDiscriminator := c_EPS_NAS_PD_EMM,
+       ePS_messages := {
+               ePS_MobilityManagement := {
+                       pDU_NAS_EPS_TrackingAreaUpdateAccept := {
+                               securityHeaderType := c_EPS_SEC_NONE,
+                               messageType := '01001001'B,
+                               updateResult := {
+                                       valueOfUpdateResult := ?,
+                                       spare := '0'B
+                               },
+                               spareHalfOctet := '0000'B,
+                               t3412 := *,
+                               gUTI := *,
+                               tAI_List := *,
+                               ePSBearerContextStatus := *,
+                               locationAreaIdentification := *,
+                               msIdentity := *,
+                               eMMCause := *,
+                               t3402 := *,
+                               t3423 := *,
+                               equivalentPLMNs := *,
+                               emergencyNumberList := *,
+                               ePS_NetworkFeatureSupport := *,
+                               additionalUpdateResult := *,
+                               t3412_Extended := *,
+                               t3324 := *,
+                               extendedDRXParameters := *,
+                               headerCompressionConfigurationStatus := *,
+                               dNCID := *,
+                               sMS_ServiceStatus := *,
+                               non3GPP_NW_ProvidedPolicies := *,
+                               t3448 := *,
+                               networkPolicy := *,
+                               t3447 := *,
+                               extendedEmergencyNumberList := *
+                       }
+               }
+       }
+}
+
 /* 8.2.28 Tracking Area Update Reject */
 template (present) PDU_NAS_EPS
 tr_PDU_NAS_EPS_TrackingAreaUpdateReject(template (present) EMM_CauseV cause := 
?) := {

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/35511?usp=email
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: Iba19ac8293fecfe0b150155cebe50cbe4d32fe4d
Gerrit-Change-Number: 35511
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to