aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2018-07-16Add optional TearDownInd IE in PDP DEACT REQ towards PCUPau Espin Pedrol2-6/+7
2018-07-13vty: Add cmd to disable echo loop explictlyPau Espin Pedrol1-0/+17
2018-07-13Disarm T3395 when dettaching mmctx from pdpctxPau Espin Pedrol2-3/+11
2018-07-13osmo-sgsn: ping GGSN periodically and check for restart counterPau Espin Pedrol3-2/+53
2018-07-13Maintain per ggsn pdp ctx listPau Espin Pedrol2-13/+14
2018-07-09sgsn_libgtp.c: Log pointer of deleted contextPau Espin Pedrol1-1/+1
2018-06-20Drop all references of unused MGCPPau Espin Pedrol1-2/+1
2018-06-15gb_proxy: Add ctrl interface and nsvc-state, gbproxy-state commandsDaniel Willmann3-0/+104
2018-06-05gprs_gmm: Cancel Location: use detach type IMSIAlexander Couzens1-1/+1
2018-06-01gb_proxy: tallocate memory for gbproxy cfg so it can be a talloc ctxDaniel Willmann1-8/+14
2018-05-23gprs_gmm: make extract_subscr_msisdn extract_subscr_hlr publicAlexander Couzens1-2/+2
2018-05-23gprs_gmm: make functions relating to GMM Attach Request publicAlexander Couzens1-5/+5
2018-05-22gprs_subscriber: gsup_auth_error: reject MS in all casesAlexander Couzens1-0/+1
2018-05-02GMM: dont reply to GMM_DETACH_REQ with POWER OFF when MS is unknownAlexander Couzens1-0/+7
2018-05-01GERAN: allow GSM SRES on UMTS AKA challengeNeels Hofmeyr2-22/+21
2018-04-30log two RA Update Request failure causesNeels Hofmeyr1-0/+5
2018-04-30auth+ciph: log is_r99 and auth typesNeels Hofmeyr1-2/+4
2018-04-16use osmo_init_logging2(), fix regression test memleaksNeels Hofmeyr3-3/+3
2018-03-16compiler warnings: use enum ranap_nsap_addr_enc, constify local varNeels Hofmeyr1-1/+1
2018-03-15osmo-gbproxy: use 'osmo-gbproxy.cfg' as default config nameNeels Hofmeyr1-3/+27
2018-03-15implement support for 3-digit MNC with leading zerosNeels Hofmeyr8-76/+84
2018-03-06vty: absorb command explanations from osmo-gsm-manualsNeels Hofmeyr1-15/+38
2018-02-14Add talloc context introspection via VTYHarald Welte3-0/+9
2018-02-13sgsn_libgtp.c: Fix typos and whitespacePau Espin Pedrol1-4/+4
2018-02-08mandatory depend on libc-ares and libgtpAlexander Couzens1-6/+0
2018-01-30gtphub: check for gsn_addr_from_sockaddr() errorMax1-1/+3
2018-01-27gtphub: check for gsn_addr_from_sockaddr() errorsMax1-2/+6
2018-01-19Use gsm48_encode_ra() for RAI encodingMax3-9/+9
2018-01-12gtphub: make rate_ctr uniqueMax1-8/+25
2018-01-11gprs_llc: tx dl ud: make mismatching LLE not crash osmo-sgsnNeels Hofmeyr1-2/+9
2018-01-08Fix RAI constructionMax1-2/+2
2018-01-07gprs_gmm: Convert warning message to pragma messagePau Espin Pedrol1-1/+1
2018-01-07cosmetic: gprs_gmm: Remove trailing whitespacePau Espin Pedrol1-2/+2
2018-01-07gprs_gmm: Remove unused variablePau Espin Pedrol1-2/+2
2017-12-27Migrate from OpenSSL to osmo_get_rand_id()Max5-38/+38
2017-12-26Use connection id when allocating rate countersMax1-3/+5
2017-12-26cosmetic: use macro for gtphub plane iterationMax1-1/+1
2017-12-20Remove dead codeMax1-4/+0
2017-12-20Replace '.' in counter names with ':'Max3-3/+3
2017-12-20gsm48_rx_gmm_att_req: fix error handling: don't clean up NULL llmeNeels Hofmeyr1-1/+1
2017-12-20gprs_gmm: segfault: gracefully handle failure to alloc contextNeels Hofmeyr1-0/+4
2017-12-05Show GTP version for PDP context in vtyMax1-2/+2
2017-12-05Fix display of GTP addressesMax1-5/+5
2017-11-29Add vty cmd 'cdr trap' to send CDR through CTRL ifacePau Espin Pedrol3-27/+69
2017-11-29sgsn_cdr: Split log formatting into a snprintf functionPau Espin Pedrol1-30/+51
2017-11-28Replace '.' in counter names with ':'Pau Espin Pedrol1-14/+14
2017-11-24use default point-code as listed on Point_Codes wiki pageNeels Hofmeyr1-1/+2
2017-11-21Replace '.' in counter names with ':'Harald Welte1-23/+23
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr3-3/+0
2017-11-01change default config filename to osmo-sgsn.cfg, not osmo_sgsn.cfgNeels Hofmeyr1-2/+26