laforge has submitted this change. ( 
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(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



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 },



1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted 
one.
--
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: 3
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to