aboutsummaryrefslogtreecommitdiffstats
path: root/stp/STP_Tests_M3UA.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2019-12-01 18:00:48 +0100
committerHarald Welte <laforge@osmocom.org>2019-12-01 20:50:46 +0100
commitdfbca117e3fa6e41d63858c1ef5382993d5c143a (patch)
tree3b057d10e1cb43d46084d10ba15b7a1ab91e569e /stp/STP_Tests_M3UA.ttcn
parent1c891f229f026d9be74776b53a7e458864333f29 (diff)
stp: M3UA client-side tests: Expect routing context IE in ASPAC
Diffstat (limited to 'stp/STP_Tests_M3UA.ttcn')
-rw-r--r--stp/STP_Tests_M3UA.ttcn6
1 files changed, 3 insertions, 3 deletions
diff --git a/stp/STP_Tests_M3UA.ttcn b/stp/STP_Tests_M3UA.ttcn
index c550d408..23f93d88 100644
--- a/stp/STP_Tests_M3UA.ttcn
+++ b/stp/STP_Tests_M3UA.ttcn
@@ -549,7 +549,7 @@ testcase TC_clnt_asp_act() runs on RAW_M3UA_CT {
f_init_m3ua();
f_init_m3ua_srv();
- f_M3UA_CLNT_asp_up_act(M3UA_SRV(0));
+ f_M3UA_CLNT_asp_up_act(M3UA_SRV(0), rctx := int2oct(1055, 4));
f_clear_m3ua();
}
@@ -566,7 +566,7 @@ testcase TC_clnt_sg_to_asp() runs on RAW_M3UA_CT {
f_M3UA_asp_up_act(0);
f_init_m3ua_srv();
- f_M3UA_CLNT_asp_up_act(M3UA_SRV(0));
+ f_M3UA_CLNT_asp_up_act(M3UA_SRV(0), rctx := int2oct(1055, 4));
f_sleep(1.0);
@@ -588,7 +588,7 @@ testcase TC_clnt_asp_to_sg() runs on RAW_M3UA_CT {
f_M3UA_asp_up_act(0);
f_init_m3ua_srv();
- f_M3UA_CLNT_asp_up_act(M3UA_SRV(0));
+ f_M3UA_CLNT_asp_up_act(M3UA_SRV(0), rctx := int2oct(1055, 4));
f_sleep(1.0);