aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-07-18 18:24:11 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-07-18 18:28:30 +0200
commit2b2d81c5d6479a3651a42c0875053ed1e3c3ff2b (patch)
treeeef9409bfb945e12e267861e2e1f4dd9b8bdda4d
parentf31984ba35e1489e4cade5e4a8ff29f428c6c88b (diff)
gmm: Fix typos in test
The TLLI was wrong (I tooked the one from the Attach Accept msg instead of RAU accept message defined above). Change-Id: I2f7d61c72febad24fde285578e20485a23b8e175
-rw-r--r--tests/gmm/gmm_prim_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gmm/gmm_prim_test.c b/tests/gmm/gmm_prim_test.c
index 27b9336..2297518 100644
--- a/tests/gmm/gmm_prim_test.c
+++ b/tests/gmm/gmm_prim_test.c
@@ -438,11 +438,11 @@ static void test_gmm_prim_ms_gmmreg(void)
/* As a result, MS submits GMMREG ATTACH.cnf */
/* Wait for READY timer to expire: */
- clock_override_add(44, 0); /* 44: See GMM Attach Accept (pdu_gmm_att_acc) feed above */
+ clock_override_add(44, 0); /* 44: See GMM Attach Accept (pdu_gmm_att_acc) fed above */
clock_debug("Expect T3314 (READY) timeout");
osmo_select_main(0);
- clock_override_add(10*60, 0); /* 44: See GMM Attach Accept (pdu_gmm_att_acc) feed above */
+ clock_override_add(10*60, 0); /* 10*60: See GMM Attach Accept (pdu_gmm_att_acc) fed above */
clock_debug("Expect T3312 (periodic RAU) timeout");
osmo_select_main(0);
@@ -452,7 +452,7 @@ static void test_gmm_prim_ms_gmmreg(void)
rc = osmo_gprs_gmm_prim_llc_lower_up(llc_prim);
OSMO_ASSERT(rc == 0);
/* update the used ptmsi to align with what was assigned from the network: */
- ptmsi = 0xea711b41;
+ ptmsi = 0xec999002;
tlli = gprs_tmsi2tlli(ptmsi, TLLI_LOCAL);
/* As a result, MS answers GMM RAU Complete */