dexter has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/34271/1
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 change 34271. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I66843f30f70d73ff233b0da0680cbaba08838227
Gerrit-Change-Number: 34271
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange