Skip to content
Unstable

Changes

Summary

  1. 5gc: Add helper to get incremental PTI field (details)
  2. GSUP Templates: fix empty destination_name in GSUP ISD/UL (details)
  3. GSUP_Templates: ts_GSUP_UL_REQ: add template scopes (details)
  4. GSUP_Templates: fix whitespace issues (details)
  5. BSSGP_ConnHdlr: f_service_request: allow to define if a Service Accept (details)
  6. MSC Tests: add TC_gsup_lu_and_det: do a LU, Detach and expect GSUP MS (details)
Commit 44b1d9086304c7290fac9619ca495f4911fde577 by Pau Espin Pedrol
5gc: Add helper to get incremental PTI field

Change-Id: I9d32024b58799bbd3ef547cdc73ee73d7f7275d2
The file was modified5gc/C5G_Tests.ttcn
The file was modified5gc/ConnHdlr.ttcn
Commit de6aae8e13fb95d041fd854e429307174e5a961a by lynxis
GSUP Templates: fix empty destination_name in GSUP ISD/UL

The destination_name TLV should be either set with a valid name
or not present, but a field with length 0 shouldn't be used.

Change-Id: Ia89b5a82665e407fa578e5209fbcde0676326df0
The file was modifiedlibrary/GSUP_Templates.ttcn
Commit 7b2eeda67229f8dcf8eff5f6db8f70ecb8990d43 by lynxis
GSUP_Templates: ts_GSUP_UL_REQ: add template scopes

Allow to omit the source_name TLV in GSUP UL Request.
The whole ts_GSUP_UL_REQ must resolve to a value.

Change-Id: I250960a1e1c19dfa1efa81f6bbc93efa07cb225c
The file was modifiedlibrary/GSUP_Templates.ttcn
Commit b6e0943a81b1e0b937295142643b08a1afbc01ec by lynxis
GSUP_Templates: fix whitespace issues

Change-Id: I03be75063a71153bd2881afd1d741454c508fada
The file was modifiedlibrary/GSUP_Templates.ttcn
Commit 2ff5b2633a43cecaed75b30b85537d6de3a52c97 by lynxis
BSSGP_ConnHdlr: f_service_request: allow to define if a Service Accept is expected

A SecurityModeCommand is defined as an implicit Service Accept when the UE
is in PMM_IDLE (meaning, having no Iu signalling connection)

Change-Id: I5c190db28263c530a8eea188bf570a58eaffdd4d
The file was modifiedsgsn/BSSGP_ConnHdlr.ttcn
The file was modifiedsgsn/SGSN_Tests_Iu.ttcn
Commit cb40cdc72329544dd61cfb20f0d54fd2773a8b4d by lynxis
MSC Tests: add TC_gsup_lu_and_det: do a LU, Detach and expect GSUP MS Purge

Currently the MSC/VLR doesn't inform the HLR when a MS detaches.

Change-Id: I9e87537efc2c921fa860539a706316ed410b45d5
The file was modifiedmsc/expected-results.xml
The file was modifiedmsc/MSC_Tests.ttcn