aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-27command: fix sourcecode formattingPhilipp Maier1-1/+1
2021-07-26gb/bssgp: Abort clearly if backward-compat API is used in wrong wayPau Espin Pedrol1-0/+1
2021-07-26cosmetic: gb/gprs_ns.c: fix trailing whitespacePau Espin Pedrol1-2/+2
2021-07-19vty: show uptime: use timespecsubOliver Smith1-5/+7
2021-07-16Make gcc 11.1.0 false positivies happyPau Espin Pedrol2-12/+11
2021-07-15vty: add "shutdown"Oliver Smith1-0/+16
2021-07-15vty: add "show pid"Oliver Smith1-0/+8
2021-07-15vty: add "show uptime"Oliver Smith1-0/+27
2021-07-13gprs_ns2: ensure the NSE becomes dead when FR link went downAlexander Couzens3-0/+61
2021-07-09Aggregate NSVC stats inside the NSEDaniel Willmann4-13/+45
2021-07-09fix api doc of osmo_identifier_sanitize_buf()Neels Hofmeyr1-1/+1
2021-07-07linuxlist: add macro to get last element of a listPhilipp Maier1-0/+6
2021-07-06gprs_ns2_vty: dump_nsvc: change output depending on NSVCIAlexander Couzens2-18/+17
2021-07-06gprs_ns2: fix wrong format string in Tx Size loglineAlexander Couzens1-1/+1
2021-07-06gprs_ns2: use gprs_ns2_free_bind() to clean up a bindAlexander Couzens2-3/+7
2021-07-02gprs_ns2: correct mtu value in the log lineAlexander Couzens1-2/+2
2021-07-02gprs_ns2: fix check of MTU changes for frame relayAlexander Couzens1-3/+7
2021-07-02gprs_ns2: fix crash when changing the MTUAlexander Couzens2-3/+12
2021-06-30bts_feature: Introduce feature to confiure dyn ts as sdcch8Pau Espin Pedrol2-0/+3
2021-06-30Rename osmo dyn ts enumsPau Espin Pedrol3-3/+7
2021-06-29add fixme: enforce 8 byte length of KcNeels Hofmeyr1-0/+4
2021-06-29ns2: Ignore NSVC with data_weight 0 for datadaniel/miscDaniel Willmann1-0/+2
2021-06-28cosmetic: gsm_12_21.h: Fix trailing whitespacePau Espin Pedrol1-2/+2
2021-06-25bts_features: add feature for BCCH carrier power reduction modeVadim Yanitskiy2-0/+3
2021-06-25gsm0808: add Kc128 to Handover RequestNeels Hofmeyr2-1/+9
2021-06-25gprs_ns2_vc_fsm: reset the ALIVE response time when stopping testAlexander Couzens1-0/+1
2021-06-25gprs_ns2: fix missing notify towards the NSE when NSVC become blockedAlexander Couzens3-0/+73
2021-06-25gprs_ns2: use llist_add_tail to keep orderAlexander Couzens3-10/+10
2021-06-21add Kc128 to gsm0808 Create Ciphering CommandNeels Hofmeyr5-10/+73
2021-06-18vty: make function cmd_range_match() publicPhilipp Maier2-4/+6
2021-06-18osmo_select_shutdown_request(): allow finishing pending writes on SIGTERMNeels Hofmeyr2-1/+72
2021-06-16stats_vty: Improve generation of osmo countersDaniel Willmann1-11/+10
2021-06-16control_cmd: fix typoPhilipp Maier1-1/+1
2021-06-15ctrl: Support recovering from short writePau Espin Pedrol1-1/+7
2021-06-15ctrl: Pre-calculate required size before allocating msgbPau Espin Pedrol2-62/+34
2021-06-13gprs_ns2_sns: bss: set gss->familyAlexander Couzens1-0/+1
2021-06-13gprs_ns2_sns: replace ns2_sns_type with address familyAlexander Couzens1-28/+24
2021-06-13gprs_ns2_sns: refactor nss_weight_sum_data -> ip46_weight_sum_dataAlexander Couzens1-7/+7
2021-06-13gprs_ns2_sns: refactor ip4_weight_sum/ip6_weight_sumAlexander Couzens1-16/+14
2021-06-13gprs_ns2_sns: add check for duplicates to add_ip6_elem()Alexander Couzens1-3/+8
2021-06-13msgb_alloc_headroom: Change size args to be uint16_tPau Espin Pedrol1-2/+2
2021-06-11bts_feature: Introduce feature to speak to PCUPau Espin Pedrol2-0/+3
2021-06-11ipaccess: Add new osmo extension IPAC_PROTO_EXT_PCUPau Espin Pedrol1-0/+1
2021-06-10ns2: use same name in ctr_group as stat_item_groupMichael Iedema1-0/+1
2021-06-08kdf: add key derivation functionsEric16-1/+1752
2021-06-07stats_vty: also show rate counter group name (if present)Vadim Yanitskiy1-1/+4
2021-06-07gprs_ns2_sns: move gss->remote specific check out of add_ip4_elem/add_ip6_elemAlexander Couzens1-8/+8
2021-06-07gprs_ns2_sns: use struct ns2_sns_elems in add/update/remove remote_elemsAlexander Couzens1-41/+47
2021-06-07gprs_ns2_sns: refactor ns2_clear_ipv46_entries_local to use new elems functionsAlexander Couzens1-19/+10
2021-06-07gprs_ns2_sns: refactor local and remote entries into a structAlexander Couzens1-105/+102