aboutsummaryrefslogtreecommitdiffstats
path: root/src/sgsn/sgsn_libgtp.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-20Replace gprs_ra_id with modern osmo_routing_area_idAlexander Couzens1-8/+8
2024-08-01Handle rx UpdatePDPCtxReq with Tunnel Direct Flags EI=1Pau Espin Pedrol1-7/+48
2024-07-30Announce SGSN own TEID during UpdatePDPCtxReq after UE goes PMM-IDLEPau Espin Pedrol1-0/+5
2024-07-30Fix DeactPDPCtxAcc when UE goes PMM ENABLED but lost its PDP contextPau Espin Pedrol1-3/+6
2023-11-23libgtp: Check for all successful create_pdp_conf causesdaniel/nitb-testsDaniel Willmann1-1/+1
2023-09-18sgsn_rim: forward message based on RIM ROUTING ADDRESSPhilipp Maier1-8/+40
2023-08-10sgsn_rim: get rid of MME check in sgsn_rim_rx_from_gtp:Philipp Maier1-1/+1
2023-01-11Split gprs_sgsn.{c,h} -> {auth,mmctx,sgsn}.{c,h}Pau Espin Pedrol1-1/+1
2023-01-11Rename bscconfig.h -> config.hPau Espin Pedrol1-1/+1
2023-01-11Move sgsn_pdp_ctx to its own file pdpctx.{c,h}Pau Espin Pedrol1-0/+1
2023-01-11gtp_{ggsn,mme}: Allocate contexts under struct sgsn_instancePau Espin Pedrol1-1/+1
2023-01-05sndcp: Standarize unitdata function namingPau Espin Pedrol1-1/+1
2023-01-05Properly split llc->sndcp->gtp unitdata pathi through extra func callPau Espin Pedrol1-1/+1
2023-01-05Move struct sgsn_ggsn_ctx to its own file gtp_ggsn.{c,h}Pau Espin Pedrol1-0/+1
2022-12-28Rename gprs_gb.[c,h] -> gprs_ns.[c,h]Pau Espin Pedrol1-1/+1
2022-12-28Create new specific file for BSSGP codePau Espin Pedrol1-1/+2
2022-11-17sgsn_libgtp: cb_data_ind: remove mm_idle assertOliver Smith1-4/+13
2022-10-11GTP: migrate from deprecated functionMax1-2/+2
2022-02-18Revert "sgsn: Handle different levels of QoS"Pau Espin Pedrol1-12/+5
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-8/+8
2021-05-19Support forwarding RIM messages over GTPCv1 EUTRAN<->GERANPau Espin Pedrol1-0/+76
2021-05-08gtp: Delete ctx upon receive UpdateCtxResp with cause Non-existentPau Espin Pedrol1-0/+29
2020-10-23sgsn_delete_pdp_ctx: Add documentation and assert assumptionsPau Espin Pedrol1-1/+6
2020-10-19Use osmo_fd_setup() whenever applicableHarald Welte1-15/+3
2020-09-21Fix Radio Priority in MM Attach and PDP Context ActivationKeith1-0/+1
2020-06-26sgsn_libgtp: Avoid ps-paging MS on GMM Suspended statePau Espin Pedrol1-5/+3
2020-06-18sgsn_libgtp: Improve ps-paging loggingPau Espin Pedrol1-1/+7
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol1-4/+4
2019-10-21sgsn_libgtp.c: Drop use of deprecated libgtp APIs gtp_retrans*()Pau Espin Pedrol1-26/+0
2019-10-17sgsn: Gb: implementing PS Paging when MS is MM_STANDBYAlexander Couzens1-0/+6
2019-10-17sgsn_libgtp: refactor ps paging into gprs_gbAlexander Couzens1-11/+2
2019-09-03Split out GPRS SM layer into its own filePau Espin Pedrol1-0/+1
2019-09-03Implement GMM State using osmocom FSMPau Espin Pedrol1-4/+5
2019-09-02Move out sgsn to its own subdirPau Espin Pedrol1-0/+842