dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33895 )
Change subject: GTP_Templates: cosmetic: remove double space ......................................................................
GTP_Templates: cosmetic: remove double space
Related: OS#5760 Change-Id: I57ca17db216102043261806db16764a3eb211070 --- M library/GTP_Templates.ttcn 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/95/33895/1
diff --git a/library/GTP_Templates.ttcn b/library/GTP_Templates.ttcn index dbd2015..0d833a5 100644 --- a/library/GTP_Templates.ttcn +++ b/library/GTP_Templates.ttcn @@ -1106,7 +1106,7 @@ template (value) PDU_BSSGP_RAN_INFORMATION_REQUEST_GTPC ts_GTPC_RAN_Information_Request(template (value) RIM_Routing_Information_GTPC dest, template (value) RIM_Routing_Information_GTPC src, - template (value) RAN_Information_Request_RIM_Container_GTPC cont) := { + template (value) RAN_Information_Request_RIM_Container_GTPC cont) := { bssgpPduType := '71'O, destination_Cell_Identifier := dest, source_Cell_Identifier := src,