Change in osmo-ttcn3-hacks[master]: gbproxy: Test PS-PAGING by IMSI (without P-TMSI)

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Jan 16 14:22:30 UTC 2021


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


Change subject: gbproxy: Test PS-PAGING by IMSI (without P-TMSI)
......................................................................

gbproxy: Test PS-PAGING by IMSI (without P-TMSI)

Change-Id: I1bdc09712790d4b69df147ed9c7bea15c48e8dea
---
M gbproxy/GBProxy_Tests.ttcn
1 file changed, 18 insertions(+), 0 deletions(-)



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

diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index f1e8749..0513c02 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -1460,6 +1460,15 @@
 	f_cleanup();
 }
 
+
+/* PS-PAGING on PTP-BVC for BVCI (one cell) using IMSI only (no P-TMSI allocated) */
+testcase TC_paging_ps_ptp_bvci_imsi() runs on test_CT {
+	f_init();
+	f_start_handlers(refers(f_TC_paging_ps_ptp_bvci), testcasename(), 12, have_ptmsi:=false);
+	f_cleanup();
+}
+
+
 /* PS-PAGING on PTP-BVC for unknown BVCI */
 private function f_TC_paging_ps_ptp_bvci_unknown(charstring id) runs on BSSGP_ConnHdlr
 {
@@ -1619,6 +1628,13 @@
 	f_cleanup();
 }
 
+/* PS-PAGING on SIG-BVC for BVCI (one cell) using IMSI only (no P-TMSI allocated) */
+testcase TC_paging_ps_sig_bvci_imsi() runs on test_CT {
+	f_init();
+	f_start_handlers(refers(f_TC_paging_ps_sig_bvci), testcasename(), 16, have_ptmsi:=false);
+	f_cleanup();
+}
+
 /* PS-PAGING on SIG-BVC for unknown BVCI */
 private function f_TC_paging_ps_sig_bvci_unknown(charstring id) runs on BSSGP_ConnHdlr
 {
@@ -2464,6 +2480,7 @@
 	execute( TC_paging_ps_ptp_rac() );
 	execute( TC_paging_ps_ptp_rac_unknown() );
 	execute( TC_paging_ps_ptp_bvci() );
+	execute( TC_paging_ps_ptp_bvci_imsi() );
 	execute( TC_paging_ps_ptp_bvci_unknown() );
 
 	/* PAGING-PS over SIG BVC */
@@ -2473,6 +2490,7 @@
 	execute( TC_paging_ps_sig_rac() );
 	execute( TC_paging_ps_sig_rac_unknown() );
 	execute( TC_paging_ps_sig_bvci() );
+	execute( TC_paging_ps_sig_bvci_imsi() );
 	execute( TC_paging_ps_sig_bvci_unknown() );
 
 	/* PAGING-CS over PTP BVC */

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22240
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: I1bdc09712790d4b69df147ed9c7bea15c48e8dea
Gerrit-Change-Number: 22240
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210116/6d20e082/attachment.htm>


More information about the gerrit-log mailing list