aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-22gprs_bssgp_rim: add value strings for enum bssgp_rim_routing_info_discrPhilipp Maier3-0/+14
2021-01-22gprs_bssgp_rim: add value strings for enum bssgp_ran_inf_app_idPhilipp Maier3-0/+17
2021-01-22gprs_bssgp_rim: add value strings for enum bssgp_nacc_causePhilipp Maier3-0/+18
2021-01-22gsm: Introduce osmo_{rai,cgi_ps}_cmp() APIsPau Espin Pedrol4-0/+39
2021-01-22gsm: Add missing osmo_*_cmp symbols to libosmogsm.mapPau Espin Pedrol1-0/+2
2021-01-21tests/*: fix control reaches end of non-void funcOliver Smith2-0/+2
2021-01-21Revert "gprs_ns2_vc_fsm: check NSEI match the NSE"Harald Welte1-14/+0
2021-01-21Revert "gprs_ns2_vc_fsm: check NSVCI match the NSE"Harald Welte1-14/+2
2021-01-21gprs_ns2_test: Fix compilation on Debian 8Harald Welte1-1/+2
2021-01-21logging_vty: Fix saving of "logging print file .. last"Harald Welte1-1/+2
2021-01-20gprs_ns2_vc_fsm: check NSVCI match the NSEAlexander Couzens1-2/+14
2021-01-20gprs_ns2_vc_fsm: check NSEI match the NSEAlexander Couzens1-0/+14
2021-01-20ns2: Unify logging context via log macrosHarald Welte8-119/+112
2021-01-20gprs_ns2_message: remove wrong commentAlexander Couzens1-1/+0
2021-01-20gprs_bssgp_rim: fix bug in dub_tlvp_header()Philipp Maier1-1/+1
2021-01-20gprs_bssgp_rim: Return with EOPNOTSUPP on unsupported containersPhilipp Maier1-8/+8
2021-01-20gprs_ns2_vc_fsm: fix transitions for ALIVE stateAlexander Couzens1-1/+1
2021-01-20ns2: Properly indent VTY outputHarald Welte4-19/+20
2021-01-20vty/fsm_vty: Add vty_out_fsm2() + vty_out_fsm_inst2() with prefixHarald Welte2-12/+34
2021-01-20gprs_ns2_vc_fsm: in RESET accept RESET as ACKAlexander Couzens1-0/+3
2021-01-20gprs_ns2_vc_fsm: ensure all state is resetted via force_unconfAlexander Couzens1-2/+5
2021-01-19gprs_ns2_vc_fsm: rename all event to match RX_ or REQ_Alexander Couzens1-71/+71
2021-01-19gprs_ns2: correct handle BLOCK message on initatorAlexander Couzens1-0/+3
2021-01-19gprs_ns2: implement BLOCK/UNBLOCK of a NSVC by vtyAlexander Couzens5-8/+206
2021-01-19osmo-ns-dummy: don't leak primitive messagesAlexander Couzens1-0/+3
2021-01-19gprs_ns2: allow to use free_vc() with NULLAlexander Couzens2-1/+5
2021-01-19gprs_ns2: add assert on most bind callsAlexander Couzens2-1/+19
2021-01-19gprs_bssgp: add utilities to send and parse BSSGP rim PDUsPhilipp Maier6-4/+269
2021-01-19test: gprs_ns2: free the nsi after each testAlexander Couzens1-0/+1
2021-01-19test: gprs_ns2: replace free_bind() with clear_pdus()Alexander Couzens1-4/+4
2021-01-18bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rimPhilipp Maier8-311/+312
2021-01-18bssgp_rim: add encoder/decoder for NACC related RIM containersPhilipp Maier9-2/+1859
2021-01-18ns2: delay NS_AFF_CAUSE_RECOVERY until NS-VC for data + sig are unblockedHarald Welte2-16/+17
2021-01-18gprs_ns2: Give NS-VC FSMs a proper name/identifierHarald Welte5-9/+25
2021-01-18gprs_ns2_fr: reduce duplication between gprs_ns2_fr_connect / connect2Harald Welte1-18/+1
2021-01-18test: gprs_ns2: don't leak the talloc contextAlexander Couzens1-0/+1
2021-01-18gprs_ns2_vc_fsm: fix spaces and remove wrong commentAlexander Couzens1-3/+2
2021-01-18gprs_ns2: flag then NSE as dead in nse_free()Alexander Couzens1-0/+1
2021-01-18gprs_ns2_sns: clear local and remote entries when SNS failedAlexander Couzens1-0/+16
2021-01-18gprs_ns2: when calling nsvc_force_unconf for a dynamic NSE drop the NSE.Alexander Couzens1-1/+3
2021-01-17gprs_ns2_vc: answer UNBLOCK on unblocked nsvcAlexander Couzens1-1/+5
2021-01-17osmo-ns-dummy: allow to create dynamic NSEsAlexander Couzens1-0/+1
2021-01-17gprs_ns2: check if persistent nsei or nsvc exists when creating dynamic NSEAlexander Couzens1-4/+34
2021-01-17ns2: Fix memory leak in IP-SNSDaniel Willmann1-2/+2
2021-01-17Refactor ns2_nsvc_create_ip*Daniel Willmann1-30/+19
2021-01-16ns2: Add sanity checkDaniel Willmann1-0/+3
2021-01-14NS2: Fix bind selection of SNS NSVCsDaniel Willmann1-0/+8
2021-01-14fixup: configure.ac: fix: do not define HAVE_NEON unconditionallyVadim Yanitskiy1-0/+3
2021-01-13ctrl: ports.h: Add OSMO_CTRL_PORT_BSC_NEIGHPau Espin Pedrol1-0/+1
2021-01-12tlv_parser: Fix various out-of-bounds accessesHarald Welte3-15/+115