aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
AgeCommit message (Expand)AuthorFilesLines
2017-10-26remove sgsn, gbproxy and gtphub from openbsc.gitHarald Welte39-25042/+0
2017-08-20Treat SIGTERM just like SIGINT in our programsHarald Welte3-0/+6
2017-08-18gbproxy: log signal value as textMax1-6/+4
2017-08-18gbproxy: log unhandled BSSGP PDU as textMax1-2/+1
2017-08-14Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str()Harald Welte8-51/+17
2017-08-14sgsn_vty: Don't assume pdp->lib is always validHarald Welte1-14/+16
2017-08-14SGSN: Fix RAN information exposed on GTP during PDP CTX CREATEHarald Welte1-4/+14
2017-07-21sgsn: Convert cch_pdp to host order for libgtpHolger Hans Peter Freyther1-5/+2
2017-07-18gtphob: check for missing result of rate_ctr_group_alloc()Harald Welte1-0/+4
2017-07-12check for missing result of rate_ctr_group_alloc()Harald Welte3-0/+24
2017-07-10sgsn: Fill the cch_pdp with a value coming from the tlv structureHolger Hans Peter Freyther3-5/+37
2017-05-20Add missing _CFLAGS and _LIBSAlexander Huemer1-1/+1
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso6-19/+8
2017-05-05Gb: use textual representation for parse logMax1-3/+2
2017-05-04ctrl: remove boilerplate codeMax1-12/+1
2017-05-02Fix vty warnings for GEA0Max1-10/+11
2017-03-20bsc_/gprs_subscriber: fix: use osmo_strlcpy() to safely copy IMSINeels Hofmeyr1-1/+1
2017-03-15cosmetic: Add commandline option to display versionPhilipp Maier1-1/+6
2017-03-14gprs_sgsn.c: initialize ptmsi with 0xdeadbeefAlexander Couzens1-1/+1
2017-03-05sgsn: fix problem with leading-zero-IMSIsPhilipp Maier1-2/+11
2017-03-02Fix potential segfault in sgsn_libgtp.cMax1-3/+5
2017-03-02fix: gprs_gmm, gprs_llc_vty: two unterminated value_string arraysNeels Hofmeyr2-0/+2
2017-02-27XID: resend xid with pdp-ctx-ack messagesPhilipp Maier1-1/+15
2017-02-27SGSN VTY: make missing GSUP server address+port fatalNeels Hofmeyr2-12/+10
2017-02-27SGSN: Integrate support for UMTS AKANeels Hofmeyr3-29/+198
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr6-101/+164
2017-02-21Handle DSD from HLRMax1-9/+25
2017-02-08vty: remove ignored logging parametersMax3-3/+3
2017-02-07gprs/sgsn_vty: fix typo in commentAlexander Couzens1-1/+1
2017-02-07gprs/sgsn_mm_ctx_alloc(): initialize MM state to IDLEAlexander Couzens1-0/+1
2017-02-07gprs/gprs_mm: add value_strings for PMM & MM statesAlexander Couzens1-2/+15
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens2-4/+4
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens4-39/+54
2017-02-06VTY: Print 3G auth tuples, not just 2G auth tuplesHarald Welte1-9/+24
2017-02-01sgsn: Fix deeply flawed copying logic for PDP context activationHolger Hans Peter Freyther1-3/+9
2017-01-27gprs: Fix compiler warning about uninitalized cause codePhilipp Maier1-1/+1
2017-01-26sgsn: Add GTP information to "show pdp-context"Harald Welte1-2/+21
2017-01-26various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)Neels Hofmeyr2-1/+2
2017-01-25compression: Fix nullpointer derefPhilipp Maier1-3/+4
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr5-23/+23
2017-01-15gprs subscr: fix: intended strcmp(), but is strcpy()Neels Hofmeyr1-5/+3
2017-01-13Log expected SRES on GPRS AUTH REJECTMax1-1/+3
2016-12-23cosmetic: Rename phone to msPhilipp1-7/+7
2016-12-23sndcp: Allow empty SNDCP-XID indicationsPhilipp2-32/+47
2016-12-21Improve GPRS loggingMax6-19/+60
2016-12-18gtphub: fix possible NULL deref: don't print NULL tunnelNeels Hofmeyr1-0/+3
2016-12-13move grps_gsup_client.c to libcommon/gsup_client.cNeels Hofmeyr3-655/+0
2016-12-13move gprs/oap.c to libcommon/oap_client.cNeels Hofmeyr2-263/+1
2016-12-13rename oap.h to oap_client.hNeels Hofmeyr1-1/+1
2016-12-13oap: rename public API from oap_ to oap_client_Neels Hofmeyr2-13/+15