aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-31ns2: Properly report packet drops in FR codeHarald Welte1-6/+7
2021-01-31ns2: Increment Rx and Tx byte / packet countersHarald Welte2-0/+6
2021-01-31ns2: encapsulate calls to nsvc->bind->send_vc()Harald Welte1-12/+17
2021-01-31ns2: Use named array initializers to avoid mistakesHarald Welte3-30/+27
2021-01-31ns2: Work around AF_PACKET socket ENOBUFS problemsHarald Welte1-25/+166
2021-01-30osmo-ns-dummy: Add simple NS traffic generatorHarald Welte3-1/+312
2021-01-30ns2: Log ERROR if we cannot transmit a packet due to ENOBUFSHarald Welte1-3/+7
2021-01-30ns2: Use proper return value from write_queue callback functionHarald Welte1-1/+6
2021-01-29gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.cPhilipp Maier6-293/+307
2021-01-29gsm: bts_features: Introduce BTS_FEAT_CCNPau Espin Pedrol2-0/+2
2021-01-29gsm: Fix wrong length in SI13 GPRS Cell Options IEPau Espin Pedrol1-2/+2
2021-01-29cosmetic: fix typo in commentPau Espin Pedrol1-1/+1
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 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