fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38237?usp=email )
Change subject: library/s1ap: fix wrong IE ID in E-RABReleaseListBearerRelComp
......................................................................
library/s1ap: fix wrong IE ID in E-RABReleaseListBearerRelComp
Change-Id: I22e80f418787c10ccd002e30a329c0271cdd1b8a
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/37/38237/1
diff --git a/library/s1ap/S1AP_Templates.ttcn b/library/s1ap/S1AP_Templates.ttcn
index 4f0b5ee..dca5844 100644
--- a/library/s1ap/S1AP_Templates.ttcn
+++ b/library/s1ap/S1AP_Templates.ttcn
@@ -1411,7 +1411,7 @@
template (value) E_RABReleaseListBearerRelComp
ts_E_RABReleaseListBearerRelComp(template (value) E_RABReleaseItemBearerRelComp it) := {
{
- id := S1AP_Constants.id_E_RABReleaseListBearerRelComp,
+ id := S1AP_Constants.id_E_RABReleaseItemBearerRelComp,
criticality := ignore,
value_ := { E_RABReleaseItemBearerRelComp := it }
}
@@ -1419,7 +1419,7 @@
template (present) E_RABReleaseListBearerRelComp
tr_E_RABReleaseListBearerRelComp(template (present) E_RABReleaseItemBearerRelComp it :=
?) := {
{
- id := S1AP_Constants.id_E_RABReleaseListBearerRelComp,
+ id := S1AP_Constants.id_E_RABReleaseItemBearerRelComp,
criticality := ignore,
value_ := { E_RABReleaseItemBearerRelComp := it }
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38237?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I22e80f418787c10ccd002e30a329c0271cdd1b8a
Gerrit-Change-Number: 38237
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>