Skip to content
Unstable

Changes

Summary

  1. ngap: Add missing mandatory IE Cause to m_n2_UEContextReleaseRequest (details)
  2. ngap: Add template for UEContextReleaseReq without PDU Session List (details)
  3. 5gc: Obtain amf_id from NGAP_Emulation (details)
  4. 5gc: Place PDU Session params into its own subrecord (details)
  5. 5gc: Add tests for UE release context request procedure (details)
  6. 5gc: Add helper to get incremental PTI field (details)
Commit 5f056edafa983ad33df88a4df966d58adb0b8183 by Pau Espin Pedrol
ngap: Add missing mandatory IE Cause to m_n2_UEContextReleaseRequest

Change-Id: Ib7d87f957e469a23448e35fd82a697d1698c7da7
The file was modifiedlibrary/ngap/NGAP_Templates.ttcn
Commit 3e18a7d180d3d18903ae3332f19916321bef3693 by Pau Espin Pedrol
ngap: Add template for UEContextReleaseReq without PDU Session List

That's the only optional IE in the message. Add a separate template to
be able to transmit with that IE set, similar to what's already done in
m_n2_InitialContextSetupRequest_withPDUSessionList().

Change-Id: I0f1a549103b70bcd373dcd4c688761d3eeef10a6
The file was modifiedlibrary/ngap/NGAP_Templates.ttcn
Commit 00439f67575fb04e91f5bbc216e4e00ed08b5620 by Pau Espin Pedrol
5gc: Obtain amf_id from NGAP_Emulation

This will be needed in a follow-up commit in order to be able to
transmit UE Context Release Request.

Change-Id: I49cb6d7fe9f18734c49bb49ecceb671e8122ce88
The file was modifiedlibrary/NGAP_Emulation.ttcn
The file was modified5gc/C5G_Tests.ttcn
The file was modified5gc/ConnHdlr.ttcn
Commit 08db9b0f53a1e33ce07b2bdfb3ce197d8d33266b by Pau Espin Pedrol
5gc: Place PDU Session params into its own subrecord

This way we properly split between layers, plus the fact that we'll
probably want to hold several concurrent pdu sessions in each UE in the
future.

Change-Id: Ibb0c8d3f0901d53e4aa75855e602234410fd00f9
The file was modified5gc/C5G_Tests.ttcn
The file was modified5gc/ConnHdlr.ttcn
Commit b04e85128a47761a99c0301ac1d3f3307663d987 by Pau Espin Pedrol
5gc: Add tests for UE release context request procedure

Change-Id: Icaaeb2923fdcaba47a72ed0aedc5661f68c03774
The file was modified5gc/ConnHdlr.ttcn
The file was modified5gc/C5G_Tests.ttcn
The file was modified5gc/expected-results.xml
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