NAS_Templates: add template for EPS update type

Related: OS#5760
Change-Id: I6ffac88cc1d3967dc8000e17a65cdba79a013cf7
This commit is contained in:
Philipp Maier 2023-08-31 17:52:42 +02:00
parent 3e582453f4
commit 9e79658067
1 changed files with 9 additions and 0 deletions

View File

@ -316,6 +316,15 @@ tr_NAS_AttachComplete(template (present) octetstring esm_enc := ?) := {
}
}
/* 9.9.3.14 EPS update type */
const BIT3 c_EPS_UPD_TYPE_TA_UPD := '000'B;
const BIT3 c_EPS_UPD_TYPE_COMB_TA_LA_UPD := '001'B;
const BIT3 c_EPS_UPD_TYPE_COMB_TA_LA_UPD_IMSI_ATTACH := '010'B;
const BIT3 c_EPS_UPD_TYPE_TA_UPD_PERIODIC := '011'B;
template (value) EPS_UpdateTypeV ts_EPS_UpdateTypeV(BIT3 typeOfUpdate := c_EPS_UPD_TYPE_TA_UPD, BIT1 activeFlag := '0'B) := {
typeOfUpdate := typeOfUpdate,
activeFlag := activeFlag
}
/* 8.2.3 Attach Reject */
template (value) PDU_NAS_EPS