fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38143?usp=email )
Change subject: library/s1ap: fix formatting in ts_S1AP_RABSetupItemCtxtSURes
......................................................................
library/s1ap: fix formatting in ts_S1AP_RABSetupItemCtxtSURes
Change-Id: Ie6a367841a927ee0b542ccff2d6eb4ab9e51ca12
---
M library/s1ap/S1AP_Templates.ttcn
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/43/38143/1
diff --git a/library/s1ap/S1AP_Templates.ttcn b/library/s1ap/S1AP_Templates.ttcn
index dbea258..60dd063 100644
--- a/library/s1ap/S1AP_Templates.ttcn
+++ b/library/s1ap/S1AP_Templates.ttcn
@@ -600,10 +600,10 @@
ts_S1AP_RABSetupItemCtxtSURes(template (value) E_RAB_ID rab_id := 5,
template (value) TransportLayerAddress tla :=
'00001010000101110001100000000100'B,
template (value) GTP_TEID gtp_teid := '00000002'O) := {
- e_RAB_ID := rab_id,
- transportLayerAddress := tla,
- gTP_TEID := gtp_teid,
- iE_Extensions := omit
+ e_RAB_ID := rab_id,
+ transportLayerAddress := tla,
+ gTP_TEID := gtp_teid,
+ iE_Extensions := omit
}
template (value) E_RABSetupListCtxtSURes
ts_S1AP_RABSetupListCtxtSURes(template (value) E_RABSetupItemCtxtSURes it :=
ts_S1AP_RABSetupItemCtxtSURes()) := {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38143?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: Ie6a367841a927ee0b542ccff2d6eb4ab9e51ca12
Gerrit-Change-Number: 38143
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>