dexter submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
GTP_Templates: cosmetic: remove double space
Related: OS#5760
Change-Id: I57ca17db216102043261806db16764a3eb211070
---
M library/GTP_Templates.ttcn
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/library/GTP_Templates.ttcn b/library/GTP_Templates.ttcn
index c7d7824..921d1e8 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,
To view, visit change 33895. To unsubscribe, or for help writing mail filters, visit settings.