aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2024-02-23 17:44:14 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2024-02-23 17:44:17 +0100
commit355a133048d0341560891ad6db14a7ea801c103e (patch)
tree8990f46433e4c0f5b7fa433236f23c138aabd6e1 /library
parentf29258602e4dad97d1eb8e207325a5a2c3feeebb (diff)
PGW_Tests: refactor/improve several parameters to accomodate for different GTPv2C interfaces
So far we were only testing s5/s8 interface, but we'll want to test s2b soon. This commit is a mixture of refactorings and code improvements as a step towards testing S2b interface. Change-Id: I22b3e18d02ca828e2ea43bde2e0a602db236cf50
Diffstat (limited to 'library')
-rw-r--r--library/GTPv2_Templates.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/GTPv2_Templates.ttcn b/library/GTPv2_Templates.ttcn
index 8df234ae..431415a5 100644
--- a/library/GTPv2_Templates.ttcn
+++ b/library/GTPv2_Templates.ttcn
@@ -887,13 +887,14 @@ ts_GTP2C_CreateSessionReq(template (value) hexstring imsi, template (omit) hexst
template (value) octetstring apn, template (value) BIT3 pdn_type,
template (omit) FullyQualifiedTEID_List teid_list,
template (value) OCT2 chg_car, template (value) uint4_t bearer_id,
+ template (omit) UserLocationInfo uli := omit,
template (value) Bearer_QoS qos := ts_GTP2C_BearerQos('09'O, 0,0,0,0)) :=
ts_PDU_GTP2C('00000000'O, '000000'O, '20'O, {
createSessionRequest := {
iMSI := ts_GTP2C_Imsi(imsi),
mSISDN := fs_GTP2C_msisdn(msisdn),
mEI := omit,
- userLocationInfo := omit,
+ userLocationInfo := uli,
servingNetwork := omit,
rAT_Type := ts_GTP2C_RatType(rat_type),
indication := omit,