aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-22works great - push --force got master plsAlexander Couzens4-153/+193
2020-09-21Fix Radio Priority in MM Attach and PDP Context ActivationKeith2-1/+2
2020-09-20gmm: on invalid RA id reject the MS with an implicit detachAlexander Couzens1-10/+20
2020-09-18gprs_llc: _bssgp_tx_dl_ud: ensure the LLME is valid before using itAlexander Couzens1-13/+17
2020-08-21Change default SCTP conn NULL->127.0.0.1 to localhost->localhostPau Espin Pedrol1-2/+2
2020-08-18Support setting rt-prio and cpu-affinity mask through VTYPau Espin Pedrol1-0/+2
2020-07-27Send a BVC-RESET to all persistent Gb interfaces at start-upHarald Welte1-0/+20
2020-07-18gtphub: rename sgsn's oww osmo_sockaddr into sgsn_sockaddrAlexander Couzens2-41/+41
2020-06-26sgsn_libgtp: Avoid ps-paging MS on GMM Suspended statePau Espin Pedrol1-5/+3
2020-06-26gprs_gmm_fsm.c: Add missing license headerPau Espin Pedrol1-0/+22
2020-06-18sgsn_libgtp: Improve ps-paging loggingPau Espin Pedrol1-1/+7
2020-06-18use new osmo_mobile_identity API everywhereNeels Hofmeyr5-107/+123
2020-06-17Treat RAU as implicit RESUME if GMM is suspendedHarald Welte1-3/+8
2020-06-08Fix memory leak when SNDCP de-fragmentation is usedHarald Welte1-0/+4
2020-05-12gsup: send RAT type on LUNeels Hofmeyr1-2/+14
2020-05-10fix nullpointer: in gsm48_rx_gmm_ra_upd_req()Neels Hofmeyr1-1/+1
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol3-13/+13
2020-02-04gprs_gmm_fsm.c: Implement RAT change between 2g and 3gAlexander Couzens2-2/+55
2020-02-04gprs_gmm: Check for RAT change and ensure this only happens for RAU/ATTDaniel Willmann1-0/+27
2019-12-03exit(2) on unsupported positional arguments on command lineHarald Welte3-0/+15
2019-12-01check for osmo_ss7_init() error return valueHarald Welte1-1/+1
2019-12-01check for osmo_fsm_register() error return valuesHarald Welte4-4/+4
2019-11-30LLC: Don't use hard-coded N201-U / N201-I values in XIDHarald Welte1-2/+5
2019-11-21gprs_gmm.c: Send XID reset with received TLLIPau Espin Pedrol1-1/+1
2019-11-21gprs_llc.c: Use enum instead of hardcoded valuePau Espin Pedrol1-1/+1
2019-11-21Improve logging in gprs_llc.c codePau Espin Pedrol2-8/+23
2019-11-08gmm: Fix assertion hit during RA UPD REQ before completting gmm attachPau Espin Pedrol1-2/+2
2019-10-21sgsn_libgtp.c: Drop use of deprecated libgtp APIs gtp_retrans*()Pau Espin Pedrol1-26/+0
2019-10-17sgsn: Gb: implementing PS Paging when MS is MM_STANDBYAlexander Couzens1-0/+6
2019-10-17sgsn_libgtp: refactor ps paging into gprs_gbAlexander Couzens2-11/+25
2019-10-09gprs_mm_state_iu_fsm.c: fix: assign timer_cb to mm_state_iu_fsmVadim Yanitskiy1-0/+1
2019-10-08sgsn_mm_ctx_alloc(): check for unallocated fsmsAlexander Couzens1-0/+25
2019-10-08gprs_gmm: release Iu connection on RAU failuresAlexander Couzens1-0/+6
2019-10-08ranap: add non-spec X1001Alexander Couzens2-3/+11
2019-10-08sgsn: MM Gb Fsm: fix event handling for implicit detachAlexander Couzens1-1/+3
2019-10-08gprs_sgsn: always allocate Gb/Iu mm fsmAlexander Couzens1-6/+6
2019-10-08gprs_ranap: add missing rc = 0Alexander Couzens1-0/+1
2019-10-08gprs_mm_state_gb_fsm: ensure T3350 is not running when entering IDLEAlexander Couzens1-0/+4
2019-10-08gprs_ranap: on Iu release, stop the attach fsm if runningAlexander Couzens1-0/+3
2019-10-08Iu: implement a user inactivity timerAlexander Couzens2-2/+27
2019-10-03gprs_ranap: release Iu UE Context when exiting PMM ConnectedAlexander Couzens2-1/+40
2019-10-03Avoid compiling unneeded files when building without IuAlexander Couzens2-6/+5
2019-09-28sgsn: when receiving data PDU notify the Gb GMM fsmAlexander Couzens2-1/+18
2019-09-12gprs_ranap: refactor REQUIRE_MM defineAlexander Couzens1-16/+6
2019-09-12mm_gb_fsm: unassign the llme when entering MM_IDLEAlexander Couzens1-0/+11
2019-09-12gprs_ranap: send CommonId after receiving Security Mode CompleteAlexander Couzens1-0/+1
2019-09-10sgsn_pdp_ctx_terminate: check llme before accessingAlexander Couzens1-1/+2
2019-09-06sgsn: Reject PdpActReq if no GTP pdp ctx existsPau Espin Pedrol1-0/+5
2019-09-03Split out GPRS SM layer into its own filePau Espin Pedrol7-700/+760
2019-09-03Implement GMM State using osmocom FSMPau Espin Pedrol6-39/+220