fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36827?usp=email )
Change subject: sgsn: fix f_send_l3_initial_ue(): indicate PS domain, not CS
......................................................................
sgsn: fix f_send_l3_initial_ue(): indicate PS domain, not CS
Change-Id: Ic499bcd036ef02d4e3ac7a94ccc3ff141df9b17b
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/27/36827/1
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 0371e29..9c73834 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -614,6 +614,7 @@
lAC := '1234'O,
iE_Extensions := omit
};
+ var RANAP_IEs.RAC rac := '00'O;
var SAI sai := {
pLMNidentity := lai.pLMNidentity,
lAC := lai.lAC,
@@ -626,7 +627,7 @@
rNC_ID := 2342 /* FIXME */
};
- ranap := valueof(ts_RANAP_initialUE_CS(lai, sai, l3_enc, sigc_id, grnc_id));
+ ranap := valueof(ts_RANAP_initialUE_PS(lai, rac, sai, l3_enc, sigc_id, grnc_id));
BSSAP.send(ts_RANAP_Conn_Req(g_pars.sccp_addr_peer, g_pars.sccp_addr_local, ranap));
alt {
[] BSSAP.receive(RAN_Conn_Prim:MSC_CONN_PRIM_CONF_IND) {}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36827?usp=email
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: Ic499bcd036ef02d4e3ac7a94ccc3ff141df9b17b
Gerrit-Change-Number: 36827
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange