fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38243?usp=email )
Change subject: library/s1ap: fix wrong field in S1AP-RABReleaseInd ......................................................................
library/s1ap: fix wrong field in S1AP-RABReleaseInd
Change-Id: I7a24b6401a19a6e37392083b26657bcb45b35cbe Fixes: e59e681c "library/s1ap: add E-RAB RELEASE templates" --- M library/s1ap/S1AP_Templates.ttcn 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/43/38243/1
diff --git a/library/s1ap/S1AP_Templates.ttcn b/library/s1ap/S1AP_Templates.ttcn index dca5844..cd99ce2 100644 --- a/library/s1ap/S1AP_Templates.ttcn +++ b/library/s1ap/S1AP_Templates.ttcn @@ -1325,7 +1325,7 @@ procedureCode := S1AP_Constants.id_E_RABReleaseIndication, criticality := reject, value_ := { - e_RABReleaseCommand := { + e_RABReleaseIndication := { protocolIEs := { { id := S1AP_Constants.id_MME_UE_S1AP_ID, @@ -1353,7 +1353,7 @@ procedureCode := S1AP_Constants.id_E_RABReleaseIndication, criticality := reject, value_ := { - e_RABReleaseCommand := { + e_RABReleaseIndication := { protocolIEs := { { id := S1AP_Constants.id_MME_UE_S1AP_ID,