aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-24gsm48_rx_gmm_att_req(): cleanup old statecccamp2019Alexander Couzens1-0/+15
2019-08-24FIXNE: move mmctx_cleanup_utran() upwardsAlexander Couzens1-23/+24
2019-08-24gprs_sgsn: sgsn_pdp_ctx_terminate: check llme before accessing its memberAlexander Couzens1-1/+2
2019-08-24gprs_gmm: stop T3350 on IDLEAlexander Couzens1-38/+45
2019-08-23gprs: on Iu release, stop the attach fsm if runningAlexander Couzens1-0/+3
2019-08-23gsm48_rx_gmm_ra_upd_req(): assign the new RAN and assign the ran connectionAlexander Couzens1-0/+5
2019-08-23set_pmm_state: dont tx_release the PMM on idleAlexander Couzens1-2/+0
2019-08-23set_mm_state: unassign llme when switching to MM_IDLEAlexander Couzens1-0/+9
2019-08-23clean up state on RAUAlexander Couzens1-0/+42
2019-08-23gmm/iu: use new ranap_iu_free_ue() to free Iu contextsAlexander Couzens1-4/+22
2019-08-23gprs_gmm: refactor msgid2mmctx() out of switch/caseAlexander Couzens1-2/+2
2019-08-23gprs_gmm: clarify comment of Iu follow-on requestAlexander Couzens1-1/+3
2019-08-23gprs_gmm: only update gb/iu cell information when Iu/Gb presentAlexander Couzens1-8/+13
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 Pedrol5-1/+25
2019-08-21examples: Add osmo-sgsn_custom-sccp.cfgPau Espin Pedrol1-0/+38
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 Couzens5-2/+98
2019-08-20tests: Introduce vty-transcript-test testsPau Espin Pedrol2-4/+88
2019-08-20Replace own timer infra with libosmocore osmo_tdefPau Espin Pedrol5-125/+131
2019-08-20tests: Verify that timers can be set over VTYPau Espin Pedrol1-0/+9
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 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