fixeria has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
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()) := {