aboutsummaryrefslogtreecommitdiffstats
path: root/library/s1ap
AgeCommit message (Collapse)AuthorFilesLines
5 dayslibrary/s1ap: add E-RAB RELEASE templatesVadim Yanitskiy1-0/+236
Change-Id: I2e9305da80934ea68e3eca8215a9c16de48b37fd
7 dayslibrary/s1ap: fix formatting in ts_S1AP_RABSetupItemCtxtSUResVadim Yanitskiy1-4/+4
Change-Id: Ie6a367841a927ee0b542ccff2d6eb4ab9e51ca12
11 dayslibrary/s1ap: add more E-RAB related templatesVadim Yanitskiy1-0/+54
Change-Id: I57df78e72bd2b070a6222c87f6faf4930bf1bdc5
2024-08-26s1gw: Validate S1SetupResp is forwarded fine MME->ENBPau Espin Pedrol1-0/+18
Change-Id: I6d9b060eb81269c7cb76e007f669c5b9ead97158
2024-07-06Revert "s1ap: add {enc,dec}_S1AP_Global_ENB_ID() API"fixeria2-26/+0
This reverts commit c4944aaa0114bda268af12bfb58d9f12f1041c4b. This commit broke ttcn3-mme-test: TC_RIM_RAN_INF0(34)@79228701f472: Dynamic test case error: Unknown coding method requested to encode type '@S1AP-IEs.Global-ENB-ID' TC_RIM_RAN_INF0(34)@79228701f472: setverdict(error): none -> error TC_RIM_RAN_INF0(34)@79228701f472: Final verdict of PTC: error Encoding/decoding IEs (not complete PDUs) is not supported by libfftranscode. This will only work with built-in TITAN's PER codec available in recent releases. Change-Id: I4d73bca4ca1fded487d80e535d3050661b83dcea
2024-07-02s1ap: add {enc,dec}_S1AP_Global_ENB_ID() APIVadim Yanitskiy2-0/+26
Change-Id: I856fd426b92046dcae72149f46737da3e1b65219
2024-06-18s1ap: add templates for E-RAB SETUP REQUEST/RESPONSEVadim Yanitskiy1-0/+157
Change-Id: I145e2068ba62cdff8f3075f97c274e248864a9f7 Related: SYS#6772
2023-12-15mme: Implement missing UE attach stepsPau Espin Pedrol1-6/+26
Related: OS#6294 Change-Id: Ib4a69aef40bf9dd17d640f650e459668f8415aaa
2023-08-22MME_Tests: add testcase TC_s1ap_resetPhilipp Maier1-3/+13
There is currently no testcase that makes sure that the S1AP reset works. Related: OS#5760 Change-Id: I23f4d5f2c39790b6cb0dacaec1e31912177af3ec
2023-07-24S1AP_Templates: Add templates for MMEDirectInformationTransferPhilipp Maier1-2/+39
We do not have S1AP_Templates for MMEDirectInformationTransfer yet. Related: OS#5760 Change-Id: Iebad3ab1f6a3bdf24dc2aead29652f98f3a92d75
2023-07-11S1AP_Templates: fix tr_S1AP_SetupRespPhilipp Maier1-1/+1
The S1 SETUP RESPONSE message may have an optional IE MME Name at the beginning. Related: OS#5760 Change-Id: I07513743142f519481530801d4e1185d55f6ea4b
2023-07-11S1AP_Templates: fix tr_S1AP_SetupReqPhilipp Maier1-1/+1
The S1_SETUP_REQUEST may have an optional IE eNB_Name in between Global eNB ID and Supported TAs Related: OS#5760 Change-Id: Id4b52921053884e79349301598b75c264b7f058c
2023-07-11S1AP_Templates: fix tr_S1AP_InitialCtxSetupRespPhilipp Maier1-1/+1
The INITIAL CONTEXT SETUP RESPONSE message may have optional elements at the end. Related: OS#5760 Change-Id: Ic28c94093e55db0dc1fa18d36e22d328788cb3fc
2023-07-10S1AP_Templates: cosmetic: fix sourcecode formattingPhilipp Maier1-1/+1
Change-Id: I6e70377315fdcc7ea6d0708fc6de87c335539282 Related: OS#5760
2019-08-15library: Add S1AP TemplatesHarald Welte1-0/+907
Change-Id: I148b33eb5074d3549e7cd533af2cbf90f1c6d23f
2019-08-15library: S1AP encoding/decoding using libfftranscode and ASN.1 from V15.5.0Harald Welte9-0/+7462
This allows us to encode/decode 3GPP S1AP messages, as used on the S1 interface control plane between eNodeB and MME. Change-Id: Ie019bef1f3ef9cc5f6c94a64c7f352c510fb5633