laforge submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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(-)
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,
To view, visit change 38243. To unsubscribe, or for help writing mail filters, visit settings.