aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-26add/clean big-endian packed structs (struct_endianess.py)neels/big_endianNeels Hofmeyr1-0/+17
2018-11-26gbproxy: flush_stored_messages: Get rid of msg paramPau Espin Pedrol1-7/+5
2018-11-26gbproxy: flush_stored_messages: Log and route using stored_msg infoPau Espin Pedrol1-2/+2
2018-11-26gbproxy: flush_stored_messages: Move comment to func descriptionPau Espin Pedrol1-2/+2
2018-11-26gbproxy: Remove unneeded parse_ctx paramPau Espin Pedrol1-6/+4
2018-11-26gbproxy: Fix abort during APN patchPau Espin Pedrol1-1/+1
2018-11-25Revert "gbproxy: fix formatting in gbproxy-state command"Max1-1/+1
2018-11-22gbproxy: flag gbproxy_assign_imsi as staticPau Espin Pedrol1-1/+1
2018-11-22gbproxy: add number-of-peers ctrl commandMax1-0/+13
2018-11-22gbproxy: fix formatting in gbproxy-state commandMax1-1/+1
2018-11-22consistently check the result of osmo_shift_v_fixed()Stefan Sperling1-5/+10
2018-11-20update gbproxy test expected outputStefan Sperling1-38/+38
2018-11-19Use safer functions for IMSI ACLMax1-6/+8
2018-11-15use enums consistently instead of falling back to intStefan Sperling8-88/+180
2018-11-12fix bogus error check in gprs_sndcp_comp_create()Stefan Sperling1-3/+4
2018-11-12fix bogus assertion in encode_comp_field()Stefan Sperling1-1/+1
2018-11-01Cleanup non-existent files from debian/copyrightMax1-18/+0
2018-10-30Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte12-443/+30
2018-10-30Allocate sgsn_instance with tallocPau Espin Pedrol3-24/+28
2018-10-30Update wrong references to bsc in sgsn codePau Espin Pedrol16-80/+80
2018-10-21gtphub: Add --version cmdline optionOliver Smith1-1/+7
2018-10-06fix build: remove unused variableNeels Hofmeyr1-1/+0
2018-10-04gprs_llc: remove the FCS from the msgb by trim'ing the msgbAlexander Couzens2-2/+4
2018-10-04sgsn_libgtp: fix a potential memleak when the GGSN is not reachableAlexander Couzens1-6/+6
2018-10-02gprs_gmm: Fix missing Security Command for 3G when attachingAlexander Couzens3-3/+44
2018-09-28gprs_gmm: dont answer unknown IMSI/TMSI on Service Requests NET_FAILAlexander Couzens1-2/+2
2018-09-27vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-09-25gbproxy-legacy: Ensure well-formed config fileHarald Welte1-14/+14
2018-09-24vty: fix doc str for 'reset sgsn state'Neels Hofmeyr1-1/+5
2018-09-19GTP: refactor the echo timerAlexander Couzens3-4/+17
2018-09-19gprs_sgsn.h: fix wrong type of re-attemptsAlexander Couzens1-1/+1
2018-09-19sgsn_ggsn_ctx_drop_pdp: protect against nullpointer when MM is goneAlexander Couzens1-1/+3
2018-09-18vty: restart sgsn state: improve output messageAlexander Couzens1-1/+1
2018-09-17sgsn: use gtp_clear_queues() when reset sgsn stateAlexander Couzens1-0/+3
2018-09-14debian: add missing build dependenciesAlexander Couzens1-0/+2
2018-09-13gprs_gmm: introduce a GMM Attach Request FSMAlexander Couzens9-9/+494
2018-09-13tests: remove gmm unit testsAlexander Couzens2-836/+0
2018-09-13Install sample cfg file to /etc/osmocomPau Espin Pedrol4-0/+13
2018-09-13Install systemd services with autotoolsPau Espin Pedrol12-4/+37
2018-09-13debian: Fix typo in rules preventing build with IU supportPau Espin Pedrol1-1/+1
2018-09-06Add osmo-gtphub systemd service filePau Espin Pedrol2-0/+13
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr1-2/+2
2018-08-20gbproxy: Replace '.' in counter names with ':'Pau Espin Pedrol1-7/+7
2018-08-17gbproxy: Add new VTY-managed timer: link-list clean-stale-timerPau Espin Pedrol3-2/+67
2018-08-17gbproxy: Add VTY parameter: link stored-msgs-max-lengthPau Espin Pedrol3-8/+59
2018-08-17Use osmo_clock_gettime from libosmocorePau Espin Pedrol6-10/+10
2018-08-15Drop gprs_msgb_resize_area with libosmocore replacementPau Espin Pedrol3-40/+2
2018-08-15Drop gprs_msgb_copy with libosmocore replacementPau Espin Pedrol5-56/+6
2018-08-13vty: add cmd "reset sgsn state"Alexander Couzens1-0/+32
2018-07-30remove libcommonHarald Welte9-2446/+0