aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-29gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.cPhilipp Maier4-260/+273
2021-01-29gsm: bts_features: Introduce BTS_FEAT_CCNPau Espin Pedrol1-0/+1
2021-01-29gsm: Fix wrong length in SI13 GPRS Cell Options IEPau Espin Pedrol1-2/+2
2021-01-29ctrl_connection: Initialize write_queue.bfd.fd to -1 during allocationPau Espin Pedrol1-0/+1
2021-01-29ns2: Fix assert when removing a bind listenDaniel Willmann1-1/+1
2021-01-28gprs_ns2: correct vty config writeAlexander Couzens1-16/+26
2021-01-28gprs_ns2: introduce gprs_ns2_vty_init_reduced() for the PCUAlexander Couzens2-1/+17
2021-01-28gprs_ns2: remove api call gprs_ns2_dynamic_create_nseAlexander Couzens3-17/+1
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens4-2270/+1267
2021-01-28Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty"Pau Espin Pedrol4-1267/+2270
2021-01-28gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vtyAlexander Couzens4-2270/+1267
2021-01-28gprs_ns2: refactor: ensure all enums have GPRS_NS2_Alexander Couzens8-90/+90
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 Maier2-0/+64
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 Couzens10-81/+79
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-22gprs_bssgp_rim: add value strings for enum bssgp_rim_routing_info_discrPhilipp Maier2-0/+8
2021-01-22gprs_bssgp_rim: add value strings for enum bssgp_ran_inf_app_idPhilipp Maier2-0/+11
2021-01-22gprs_bssgp_rim: add value strings for enum bssgp_nacc_causePhilipp Maier2-0/+12
2021-01-22gsm: Introduce osmo_{rai,cgi_ps}_cmp() APIsPau Espin Pedrol2-0/+36
2021-01-22gsm: Add missing osmo_*_cmp symbols to libosmogsm.mapPau Espin Pedrol1-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-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 Welte1-12/+32
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 Couzens3-8/+115
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 Maier4-4/+230
2021-01-18bssgp_rim: move bssgp_parse_rim_ri and bssgp_create_rim_ri to gprs_bssgp_rimPhilipp Maier2-91/+91
2021-01-18bssgp_rim: add encoder/decoder for NACC related RIM containersPhilipp Maier3-1/+780
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 Welte4-6/+22