Change in osmo-ttcn3-hacks[master]: BTS_Tests: move ts_RRM_GprsSuspReq to L3_Templates.ttcn

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Sat Jul 4 14:40:01 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19136 )


Change subject: BTS_Tests: move ts_RRM_GprsSuspReq to L3_Templates.ttcn
......................................................................

BTS_Tests: move ts_RRM_GprsSuspReq to L3_Templates.ttcn

Change-Id: Ib1aa0053cfca8ccd6ff613ab3b1c4f5afbd27534
---
M bts/BTS_Tests.ttcn
M library/L3_Templates.ttcn
2 files changed, 20 insertions(+), 20 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/36/19136/1

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 15b0730..c4d1c26 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -5089,26 +5089,6 @@
 	setverdict(pass);
 }
 
-template (value) PDU_ML3_MS_NW ts_RRM_GprsSuspReq(template (value) OCT4 tlli,
-						  template (value) RoutingAreaIdentificationV rai,
-						  template (value) OCT1 cause) := {
-	discriminator := '0000'B, /* overwritten */
-	tiOrSkip := {
-	skipIndicator := '0000'B
-	},
-	msgs := {
-		rrm := {
-			gPRS_suspensionRequest := {
-				messageType := '00110100'B,
-				tLLI := tlli,
-				routingAreaIdentification := rai,
-				suspensionCause := cause,
-				service_Support := omit
-			}
-		}
-	}
-}
-
 /* test for forwarding of RR SUSPEND from CS lchan to PCU via PCU socket */
 private function f_TC_rr_suspend_req(charstring id) runs on ConnHdlr {
 	var PCUIF_Message first_info;
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 8b09572..1bfcec0 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -3241,6 +3241,26 @@
 	}
 }
 
+template (value) PDU_ML3_MS_NW ts_RRM_GprsSuspReq(template (value) OCT4 tlli,
+						  template (value) RoutingAreaIdentificationV rai,
+						  template (value) OCT1 cause) := {
+	discriminator := '0000'B, /* overwritten */
+	tiOrSkip := {
+	skipIndicator := '0000'B
+	},
+	msgs := {
+		rrm := {
+			gPRS_suspensionRequest := {
+				messageType := '00110100'B,
+				tLLI := tlli,
+				routingAreaIdentification := rai,
+				suspensionCause := cause,
+				service_Support := omit
+			}
+		}
+	}
+}
+
 
 
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/19136
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ib1aa0053cfca8ccd6ff613ab3b1c4f5afbd27534
Gerrit-Change-Number: 19136
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200704/a8197c32/attachment.htm>


More information about the gerrit-log mailing list