aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-20Introduce and use log macros when no mm ctx availablePau Espin Pedrol4-14/+46
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 Pedrol2-1/+5
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 Pedrol4-15/+18
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_llc.h: Improve documentation of some structsPau Espin Pedrol1-2/+3
2019-08-12gprs_gmm: Introduce macros to access msgb's associated IU UE ctxPau Espin Pedrol1-22/+20
2019-08-08Bump version: 1.4.1 → 1.5.01.5.0Pau Espin Pedrol1-0/+66
2019-08-08Require newer versions of dependenciesPau Espin Pedrol2-17/+17
2019-08-05Remove undefined param passed to {logging,osmo_stats}_vty_add_cmdsPau Espin Pedrol3-5/+5
2019-07-30configuration.adoc: Add a section about encryptionDaniel Willmann1-0/+18
2019-07-30configuration.adoc: Small fixesDaniel Willmann1-14/+25
2019-07-29osmo-gbproxy.cfg: fix conflict with osmo-sgsn.cfgOliver Smith1-0/+1
2019-07-26osmo-sgsn: Fix outdated information in usermanualDaniel Willmann2-18/+9
2019-07-26Add/fix help string for version optionDaniel Willmann3-2/+3
2019-07-24osmo-gtphub.cfg: fix conflict with osmo-sgsn.cfgOliver Smith1-1/+1
2019-07-24manuals: Update vty/counter documentationDaniel Willmann2-65/+26
2019-07-22turn -Werror=null-dereference into a warningEric Wild1-1/+1
2019-07-18sgsn_mm_ctx_find_ggsn_ctx(): fix: always set gsm_causeVadim Yanitskiy1-1/+2
2019-07-17Spelling fixesRuben Undheim6-11/+11
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
2019-06-19manuals: Add script to regenerate vty/counter documentationDaniel Willmann2-0/+18
2019-06-17replace magic tmsi constant with defineEric Wild2-3/+3
2019-06-13sgsn: Have authentication required on by defaultPau Espin Pedrol4-20/+11
2019-06-06osmo-sgsn: add VTY parameter to toggle authenticationVadim Yanitskiy4-1/+45
2019-06-06sgsn_libgtp: Use new per-GSN libgtp API instead of deprecated APIPau Espin Pedrol1-1/+1
2019-06-05doc/manuals/vty: regenerate sgsn_vty_reference.xmlVadim Yanitskiy1-7/+21
2019-05-29debian: create -doc subpackage with pdf manualsOliver Smith4-2/+18
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.efistokl3-1/+43
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 Welte5-35/+36
2019-04-24gb_proxy.h: Add missing comments; improve commentsHarald Welte1-13/+46
2019-04-24LLC: Store the XID inside the LLC Entity, not LLC Mgmg EntityHarald Welte3-26/+25
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