aboutsummaryrefslogtreecommitdiffstats
path: root/epdg/gen_links.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-03-14epdg: Introduce test TC_hss_initiated_deregister_new_server_assignedPau Espin Pedrol1-1/+1
Related: OS#6042 Change-Id: Ia5bf7708d11421710f3a88669d94c4f01060cdd6
2024-03-05epdg: Transmit MIP6-Agent-Info AVP in S6b SARPau Espin Pedrol1-1/+1
Inform the AAA-server about the selected PDN-GW. Change-Id: Ia0f00a00b6474e19bb4cdc77724c75a55ef5c1f9
2024-03-05Small improvements to DIAMETER_ts29_272_Templates.ttcnPau Espin Pedrol1-1/+1
* Move Service-Selection template to the TS 29.272 since it belongs there. * Set some parameter types to "template (value)" which makes it easier for users, since both a template and a value can then be passed. Change-Id: Ic57b2c5ec0a953f9a1751d4ce4ad441daafd3c87
2024-03-04epdg: Introduce test TC_mt_ipv4_echo_reqPau Espin Pedrol1-0/+9
Change-Id: Ie5dc1bd995262f9253cc067c97a82c801b0080e1
2024-03-04GTPv2_Emulation: Add support to handle GTPv1-UPau Espin Pedrol1-0/+5
Change-Id: I34c744015c09a387cbf736063303bdb61ca4744e
2024-02-21gsup: Add PCO IEPau Espin Pedrol1-1/+1
This commit adds a new file PCO_Types.ttcn which allows generically encoding decoding PCOs. Change-Id: I9a1ae74712d6e8e0cd524ccd7fc2529b1a15dd97
2024-02-07epdg: Add PDP-Info IE to GSUP Auth Info ReqPau Espin Pedrol1-0/+1
Strongswan already has this information during first IKE_AUTH message, see 3GPP TS 24.302 7.2.2.1. Change-Id: I42e4dc4bbcef969aae5867dbb103f8a5db157c89
2024-01-18Move templates from GSUP_Types.ttcn to GSUP_Templates.ttcnPau Espin Pedrol1-1/+1
Follow similar structure that we have for other protocols. Change-Id: I54cc8c99d1e91d57c3d5a92f6529ef2055e9d4ed
2023-10-24Introduce DIAMETER_rfc5447_Templates.ttcnPau Espin Pedrol1-1/+1
Add templates for RFC 5447 MIP6-Feature-Vector. This AVP is a bitmask which as only a few bits defined in RFC 5447, with other interfaces using this AVP adding interface-specific bits in the spec of each interface. The templates are added in a new separate file with the aim of start splitting the tons of AVPs originating from different specs in order to be able to quickly identify them and avoid confusion. Change-Id: I0fc646e5354d78283a2f3e1b9bb9c4688cf744a1
2023-10-24library/DIAMETER: Split TS 29.273 templates into its own filePau Espin Pedrol1-1/+2
The templates are added in a new separate file with the aim of starting splitting the tons of AVPs originating from different specs in order to be able to quickly identify them and avoid confusion. Change-Id: I77f917404dd70559b2b2cc62199ed70289ab0825
2023-10-20Introduce EPDG_Tests testsuitePau Espin Pedrol1-0/+52
Relted: OS#6204 Change-Id: Iab6f3c7dbcbbf344b0beca9490597c9ab0907171