S1AP_Templates: fix tr_S1AP_SetupReq

The S1_SETUP_REQUEST may have an optional IE eNB_Name in between Global
eNB ID and Supported TAs

Related: OS#5760
Change-Id: Id4b52921053884e79349301598b75c264b7f058c
This commit is contained in:
Philipp Maier 2023-07-07 10:23:22 +02:00 committed by laforge
parent 77b666f660
commit 7f521fe44a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ tr_S1AP_SetupReq(template (present) Global_ENB_ID p_global_ENB_ID := ?,
id := S1AP_Constants.id_Global_ENB_ID,
criticality := ignore,
value_ := { Global_ENB_ID := p_global_ENB_ID }
}, {
}, *, {
id := S1AP_Constants.id_SupportedTAs,
criticality := reject,
value_ := {SupportedTAs := p_supportedTAs}