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


Change subject: pgw: Send MSISDN in GTPv2C CreateSessionRequest
......................................................................

pgw: Send MSISDN in GTPv2C CreateSessionRequest

Change-Id: I71bcad944f40aa78357f2d11f54d139103ca3e24
---
M pgw/PGW_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/pgw/PGW_Tests.ttcn b/pgw/PGW_Tests.ttcn
index 1a02c4d..44bf6f9 100644
--- a/pgw/PGW_Tests.ttcn
+++ b/pgw/PGW_Tests.ttcn
@@ -421,7 +421,7 @@
        fteid_u_ie := ts_GTP2C_FTEID(FTEID_IF_S5S8_SGW_GTPU, g_teid, 2,
                                        f_inet_addr(mp_local_hostname_u), omit);
        var template (value) PDU_GTPCv2 g2c :=
-               ts_GTP2C_CreateSessionReq(imsi := g_pars.imsi, msisdn := omit, 
rat_type := 6,
+               ts_GTP2C_CreateSessionReq(imsi := g_pars.imsi, msisdn := 
oct2hex('1234567890'O), rat_type := 6,
                                          sender_fteid := fteid_c_ie,
                                          apn := f_enc_dns_hostname(g_pars.apn),
                                          pdn_type := g_pars.pdn_type, 
teid_list := { fteid_u_ie },

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/28030
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: I71bcad944f40aa78357f2d11f54d139103ca3e24
Gerrit-Change-Number: 28030
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to