aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-29gsup: Use new libosmogsm struct osmo_gsup_pdp_info fieldsPau Espin Pedrol2-3/+13
2023-11-23libgtp: Check for all successful create_pdp_conf causesdaniel/nitb-testsDaniel Willmann1-1/+1
2023-11-22sgsn_vty: Correctly indent encryption cipher-plugin-pathDaniel Willmann1-1/+1
2023-11-22sgsn_vty: Fix output in config_write_sgsnDaniel Willmann1-0/+9
2023-09-18sgsn_rim: forward message based on RIM ROUTING ADDRESSPhilipp Maier2-13/+65
2023-08-10sgsn_rim: do not check the origin of a RIM messagePhilipp Maier1-7/+0
2023-08-10sgsn_rim: get rid of MME check in sgsn_rim_rx_from_gtp:Philipp Maier2-21/+10
2023-08-10sgsn_rim: cosmetic: improve commentPhilipp Maier1-1/+2
2023-07-28sgsn_rim: fix typoPhilipp Maier1-1/+1
2023-07-18gmm: Add missing GSM48_IE_GMM_RX_NPDU_NUM_LIST IE in gsm48_gmm_att_tlvdefPau Espin Pedrol1-0/+1
2023-07-14gmm: Update DRX params during rx RAU REQPau Espin Pedrol1-0/+4
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy5-5/+5
2023-05-03gprs_sm.c: Fix load of misaligned ptr addressPau Espin Pedrol1-1/+1
2023-03-22gmm: Ciphering Key Sequence Number IE has half octet tagPau Espin Pedrol1-1/+1
2023-02-26Transition to use of 'telnet_init_default'arehbein2-4/+2
2023-02-20Run struct_endianness.pyOliver Smith1-3/+3
2023-01-11Fix extra whitespace in pdpctx_ctr_descriptionPau Espin Pedrol1-4/+4
2023-01-11vty: Introduce encryption cipher-plugin-path commandPau Espin Pedrol2-2/+27
2023-01-11Move global mmctx list into struct sgsn_instancePau Espin Pedrol4-13/+12
2023-01-11Split gprs_sgsn.{c,h} -> {auth,mmctx,sgsn}.{c,h}Pau Espin Pedrol21-169/+235
2023-01-11gtphub.h: Remove dependency on sgsn/gprs_sgsn.hPau Espin Pedrol4-3/+10
2023-01-11Rename bscconfig.h -> config.hPau Espin Pedrol9-9/+9
2023-01-11Move gtphub header to include/osmocom/gtphub/Pau Espin Pedrol5-5/+5
2023-01-11Move global pdp_list inside struct sgsn_instancePau Espin Pedrol3-5/+4
2023-01-11Move sgsn_pdp_ctx to its own file pdpctx.{c,h}Pau Espin Pedrol12-119/+171
2023-01-11Drop extern declarations of global sgsn_instance in source filesPau Espin Pedrol3-6/+0
2023-01-11Move extern declarations of tall_sgsn_ctx to sgsn.hPau Espin Pedrol8-14/+0
2023-01-11gtp_{ggsn,mme}: Allocate contexts under struct sgsn_instancePau Espin Pedrol6-19/+17
2023-01-05Move global apn_list inside struct sgsn_instancePau Espin Pedrol3-10/+10
2023-01-05Move gtp related functions to gtp.hPau Espin Pedrol7-0/+7
2023-01-05sndcp: Standarize unitdata function namingPau Espin Pedrol3-7/+7
2023-01-05Move func defintions of funcs implemented in gprs_sndcp.c to gprs_sndcp.hPau Espin Pedrol1-0/+1
2023-01-05Properly split llc->sndcp->gtp unitdata pathi through extra func callPau Espin Pedrol2-8/+17
2023-01-05Move struct apn_ctx and APN related definitions to its own filePau Espin Pedrol3-98/+127
2023-01-05Move global ggsn_list into struct sgsn_instancePau Espin Pedrol3-5/+5
2023-01-05Keep sgsn subsystems under struct sgsn_instance lifecyclePau Espin Pedrol4-43/+61
2023-01-05Remove unneeded extern declaration from libosmocotrlPau Espin Pedrol1-2/+0
2023-01-05Fix -Werror=old-style-definitionPau Espin Pedrol2-6/+7
2023-01-05Introduce new header file sgsn/gtp.hPau Espin Pedrol1-0/+1
2023-01-05Move gprs_sndcp_vty_init() declaration to gprs_sndcp.hPau Espin Pedrol1-0/+1
2023-01-05gprs_subscriber: Move API declarations to correct headerPau Espin Pedrol1-0/+1
2023-01-05Move struct sgsn_ggsn_ctx to its own file gtp_ggsn.{c,h}Pau Espin Pedrol8-140/+185
2023-01-04Replace gprs_str_to_apn() with libosmocore API osmo_apn_from_str()Pau Espin Pedrol1-34/+0
2023-01-04Remove unused function gprs_parse_mi_tmsi()Pau Espin Pedrol1-13/+0
2023-01-04Standarize lle and llme state enum & value_stringPau Espin Pedrol2-12/+12
2023-01-04vty: Fix wrong value_string used to print llme statePau Espin Pedrol1-1/+1
2023-01-04cosmetic: gprs_llc_vty.c: Fix trailing whitespacePau Espin Pedrol1-1/+1
2023-01-02Move gprs_tmr_to_secs() to tests/gprs/gprs_test.cPau Espin Pedrol1-16/+0
2022-12-28Rename gprs_gb.[c,h] -> gprs_ns.[c,h]Pau Espin Pedrol6-5/+5
2022-12-28Move some functions gprs_gb.[c,h] -> gprs_gmm.[c,h]Pau Espin Pedrol3-50/+50