aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-26Add/fix help string for version optionDaniel Willmann3-2/+3
2019-07-18sgsn_mm_ctx_find_ggsn_ctx(): fix: always set gsm_causeVadim Yanitskiy1-1/+2
2019-07-17Spelling fixesRuben Undheim6-11/+11
2019-06-17replace magic tmsi constant with defineEric Wild2-3/+3
2019-06-13sgsn: Have authentication required on by defaultPau Espin Pedrol2-17/+6
2019-06-06osmo-sgsn: add VTY parameter to toggle authenticationVadim Yanitskiy1-1/+36
2019-06-06sgsn_libgtp: Use new per-GSN libgtp API instead of deprecated APIPau Espin Pedrol1-1/+1
2019-05-29sgsn: Fix echo timer not started upon first pdp ctx createdPau Espin Pedrol1-7/+9
2019-05-28Document max retransmit times for T3395Pau Espin Pedrol1-2/+5
2019-05-27sgsn: vty: Improve log warning content with spec sectionPau Espin Pedrol1-1/+1
2019-05-12Fix IMSI padding in imsi-aclMax1-1/+4
2019-05-11gprs_gmm: send Service Reject when no PDP ctxs are available.efistokl1-1/+25
2019-05-02Echo zero byte XID-Field of Type L3_PARKeith1-0/+8
2019-04-30gbproxy: parse dtap GSM48_MT_GSM_DEACT_PDP_REQ|ACKAlexander Couzens1-0/+8
2019-04-27gprs_sndcp_comp_free: Replace ifelse with switch and better handling of errorPau Espin Pedrol1-2/+9
2019-04-24gb_proxy: cosmetic: Use 'bool' in data structures where applicableHarald Welte4-25/+25
2019-04-24LLC: Store the XID inside the LLC Entity, not LLC Mgmg EntityHarald Welte2-19/+18
2019-04-24gprs_llc: Correctly refuse any ABM command (SABM, DISC) with DMHarald Welte1-0/+22
2019-04-23LLC: Avoid NOTICE message on LLC NULLHarald Welte1-0/+3
2019-04-23LLC: Don't blindly assume all LLC frames have data payloadHarald Welte1-3/+8
2019-04-23LLC XID: Fix string representation of N201_UHarald Welte1-1/+1
2019-04-16gprs_gmm: reintroduce calling gsm48_gmm_authorize when not handling GMM Attac...Alexander Couzens1-1/+6
2019-04-08gsm0408_rcv_gmm: send Iu-ReleaseCommand upon receiving Attach Complete.efistokl1-0/+7
2019-02-14GMM: permit VLR_ANSWERED event in attach FSMMax1-1/+7
2019-02-13Improve 'show subscriber cache' vty commandMax1-10/+13
2018-12-20make gsup ipa name configurable in osmo-sgsn.cfgStefan Sperling2-2/+30
2018-12-12remove pointless declaration of struct gsm_networkStefan Sperling2-8/+2
2018-12-11Use explicit parameter for sgsn_auth_init()Max2-2/+2
2018-12-10Use explicit length checkMax1-3/+1
2018-12-10Constify sgsn_acl_lookup() parameterMax1-1/+1
2018-12-10Remove misleading commentMax1-1/+0
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-19Use safer functions for IMSI ACLMax1-6/+8
2018-11-15use enums consistently instead of falling back to intStefan Sperling5-65/+151
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-10-30Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte4-363/+10
2018-10-30Allocate sgsn_instance with tallocPau Espin Pedrol2-23/+26
2018-10-30Update wrong references to bsc in sgsn codePau Espin Pedrol13-52/+52
2018-10-21gtphub: Add --version cmdline optionOliver Smith1-1/+7
2018-10-06fix build: remove unused variableNeels Hofmeyr1-1/+0