aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-30gtp: cb_delete_context(): Clarify why pdp->lib is set to NULLPau Espin Pedrol1-2/+3
2019-08-28gtp: make echo_interval unsignedPau Espin Pedrol2-5/+4
2019-08-21gprs_gmm.c: Add spec document to function documentationPau Espin Pedrol1-16/+16
2019-08-21gprs_gmm.c: Print value_string of reject causePau Espin Pedrol1-1/+2
2019-08-21vty: Introduce cs7-instance-iuPau Espin Pedrol2-1/+17
2019-08-20gprs_gmm.c: Use osmo_rai_name() in log linePau Espin Pedrol1-3/+2
2019-08-20gprs/gprs_gmm: implement T3314. Timeout to reset MM state READY->STANDBYAlexander Couzens3-1/+93
2019-08-20Replace own timer infra with libosmocore osmo_tdefPau Espin Pedrol3-111/+122
2019-08-20gprs_gmm: Avoid spaces in fsm events and enum stringsPau Espin Pedrol2-17/+17
2019-08-20Introduce and use log macros when no mm ctx availablePau Espin Pedrol2-14/+23
2019-08-20gprs_gmm.c: Call mmctx_set_(p)mm_state only on related ran_typePau Espin Pedrol1-14/+27
2019-08-19gprs_gmm.c: Fix typo in log messagePau Espin Pedrol1-1/+1
2019-08-19sgsn: use sccp_simple_client API to setup ss7 id 0 instead of 1Pau Espin Pedrol1-5/+5
2019-08-15gprs_gmm.c: Flag mmctx_set_(p)mm_state() functions staticPau Espin Pedrol1-2/+2
2019-08-15gprs_sgsn.h: Flag MM_CTX_T_GERAN_Iu as not supportedPau Espin Pedrol1-0/+2
2019-08-15gprs_gmm.c: Use correct function to set MM_IDLE state during cleanupPau Espin Pedrol1-1/+1
2019-08-15gprs_gmm: Introduce assert to guard against unexpected conditionPau Espin Pedrol1-0/+5
2019-08-13gprs_sgsn.c: Remove recently introduced assertPau Espin Pedrol1-2/+0
2019-08-13gprs_gmm: Clarify comment during TLLI assignmentPau Espin Pedrol1-1/+1
2019-08-12gprs_sgsn.c: Warn upon llme free unexpected scenariosPau Espin Pedrol1-1/+3
2019-08-12Introduce define TLLI_UNASSIGNEDPau Espin Pedrol3-15/+15
2019-08-12gprs_gmm.c: Drop unneeded bracketsPau Espin Pedrol1-4/+2
2019-08-12gprs_gmm.c: Improve doc on nullable parametersPau Espin Pedrol1-2/+1
2019-08-12gprs_gmm: Introduce macros to access msgb's associated IU UE ctxPau Espin Pedrol1-22/+20
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol3-5/+5
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