aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-28gprs_ns2: remove api call gprs_ns2_dynamic_create_nseAlexander Couzens5-19/+1
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens6-2277/+1269
2021-01-28Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty"Pau Espin Pedrol6-1269/+2277
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens6-2277/+1269
2021-01-28gprs_ns2: refactor: ensure all enums have GPRS_NS2_Alexander Couzens10-123/+123
2021-01-27configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-26gprs_bssgp: log source and destination RIM routing informationPhilipp Maier2-3/+12
2021-01-26gprs_bssgp_rim: cosmetic: connect routing identifier strings with "-"Philipp Maier1-3/+3
2021-01-26gprs_bssgp_rim: add functions to convert a RIM-RI to a stringPhilipp Maier3-0/+66
2021-01-26gprs_bssgp_prim.h: Add missing includesPau Espin Pedrol1-0/+2
2021-01-25gprs_ns2: drop the public prefix gprs_ from all static functions/structs/..Alexander Couzens3-53/+53
2021-01-25gprs_ns2: drop prefix of all internal exposed functionAlexander Couzens11-86/+84
2021-01-25gprs_ns2: drop GPRS_ prefix of gprs_ns2_csAlexander Couzens4-38/+38
2021-01-25gprs_ns2_vc_fsm: check NSVCI match the NSEAlexander Couzens1-2/+14
2021-01-25gprs_ns2_vc_fsm: check NSEI match the NSEAlexander Couzens1-0/+14
2021-01-25gprs_ns2: always pass a tp to gprs_ns2_vc_rxAlexander Couzens1-2/+2
2021-01-25tests: gprs_ns2: add unitdata unit testAlexander Couzens2-0/+148
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