laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34271?usp=email )

Change subject: NAS_Templates: add template for Tracking Area Update Request
......................................................................

NAS_Templates: add template for Tracking Area Update Request

Change-Id: I66843f30f70d73ff233b0da0680cbaba08838227
Related: OS#5760
---
M library/NAS_Templates.ttcn
1 file changed, 54 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve




diff --git a/library/NAS_Templates.ttcn b/library/NAS_Templates.ttcn
index f132c4e..4b98ee8 100644
--- a/library/NAS_Templates.ttcn
+++ b/library/NAS_Templates.ttcn
@@ -335,6 +335,50 @@
         tSC := tSC
 }
 
+/* 8.2.29 Tracking Area Update Request */
+template (value) PDU_NAS_EPS
+ts_PDU_NAS_EPS_TrackingAreaUpdateRequest(EPS_MobileIdentityLV old_guti) := {
+       protocolDiscriminator := c_EPS_NAS_PD_EMM,
+       ePS_messages := {
+               ePS_MobilityManagement := {
+                       pDU_NAS_EPS_TrackingAreaUpdateRequest := {
+                               securityHeaderType := c_EPS_SEC_NONE,
+                               messageType := '01001000'B,
+                               ePSupdateType := ts_EPS_UpdateTypeV,
+                               nasKeySetId := ts_NAS_KeySetIdentifierV,
+                               oldGUTI := old_guti,
+                               nonCurrentNative_nasKeySetId := omit,
+                               gprsCipheringKeySequenceNumber := omit,
+                               old_P_TMSISignature := omit,
+                               additionalGUTI := omit,
+                               nonce := omit,
+                               uENetworkCapability := omit,
+                               lastVisitedRegisteredTAI := omit,
+                               dRXParameter := omit,
+                               uE_RadioCapabilityInfoUpdateNeeded := omit,
+                               ePSBearerContextStatus := omit,
+                               mSNetworkCapability := omit,
+                               oldLocationAreaIdentification := omit,
+                               tMSIStatusTV := omit,
+                               mobileStationClassmark2 := omit,
+                               mobileStationClassmark3 := omit,
+                               supportedCodecList := omit,
+                               additionalUpdateType := omit,
+                               voiceDomainPrefandUEsettings := omit,
+                               oldGUTI_Type := omit,
+                               deviceProperties := omit,
+                               mS_NetworkFeatureSupport := omit,
+                               tMSIBasedNRIContainer := omit,
+                               t3324 := omit,
+                               t3412_Extended := omit,
+                               extendedDRXParameters := omit,
+                               uEAdditionalSecurityCapability := omit,
+                               uEStatus := omit
+                       }
+               }
+       }
+}
+
 /* 8.2.3 Attach Reject */
 template (value) PDU_NAS_EPS
 ts_NAS_AttachReject(template (value) EMM_CauseV cause) := {

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34271?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: I66843f30f70d73ff233b0da0680cbaba08838227
Gerrit-Change-Number: 34271
Gerrit-PatchSet: 3
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to