aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-24Bump version: 1.5.0.3-45cf → 1.5.11.5.1Harald Welte1-0/+10
2021-02-24attempt to fix RPM spec file after recent soversion bumpHarald Welte1-4/+4
2021-02-23osmo-release.sh: Fix rc!=0 on TODO-RELEASE file without comment linesPau Espin Pedrol1-1/+1
2021-02-23Bump version: 1.4.0.535-e387-dirty → 1.5.01.5.0Pau Espin Pedrol14-50/+602
2021-02-23osmo-release.sh: Omit tab whitespace matching debian/control versionsPau Espin Pedrol1-1/+1
2021-02-22CBSP: Fix encoding of warning periodHarald Welte1-4/+4
2021-02-22CBSP: fix encoding/decoding of keep-alive repetition periodHarald Welte1-2/+9
2021-02-22support for stats static userspace probes via systemtapHarald Welte3-0/+26
2021-02-20logging: Deprecate API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-02-20Drop use of log_set_print_filename() API inside libosmocorePau Espin Pedrol15-20/+16
2021-02-20tests: Set print_category values explicitlyPau Espin Pedrol11-0/+19
2021-02-19gprs_ns2: free_nse: free the SNS fsm earlyAlexander Couzens1-2/+5
2021-02-19logging: Allow prefixing thread ID to each log linePau Espin Pedrol4-0/+45
2021-02-19gprs_ns2: ensure no duplicate UDP NSVC can be createdAlexander Couzens3-0/+33
2021-02-19gprs_ns2: add value_string for GPRS_NS2_AFF_CAUSE_SNS_NO_ENDPOINTSAlexander Couzens1-0/+1
2021-02-19gprs_ns2_message: tx_status: move all cause dependent code into the switch/caseAlexander Couzens1-10/+11
2021-02-19gprs_ns2: truncate the NS_STATUS to the MTUAlexander Couzens1-2/+7
2021-02-19gprs_ns2_fr: pass MTU changes to the NSEAlexander Couzens1-2/+29
2021-02-19gprs_ns2_sns: rename fsm events to include RX or REQ prefixAlexander Couzens1-67/+67
2021-02-19gprs_ns2: make gprs_ns2_recv_prim() always take msgb ownershipAlexander Couzens1-11/+25
2021-02-19gprs_ns2: fix typo in function name ns2_load_sharing_moduloAlexander Couzens1-2/+2
2021-02-19gprs_ns2: implement a simple load sharing for UDPAlexander Couzens3-1/+142
2021-02-19gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp`Alexander Couzens2-11/+74
2021-02-19gprs_ns2: rework IP-SNS bindsAlexander Couzens6-37/+469
2021-02-18gsm: Introduce API osmo_gsm48_rest_octets_si13_decodePau Espin Pedrol7-1/+249
2021-02-17logging: gsmtap: Store TID instead of PID in pkt hdrPau Espin Pedrol1-5/+5
2021-02-17logging: gsmtap: Fix fill PID field not stored in network byte orderPau Espin Pedrol1-1/+1
2021-02-17Introduce osmo_gettid() APIPau Espin Pedrol5-0/+105
2021-02-16gsm_08_58, gsm_44_004: add struct for l1 informationPhilipp Maier3-0/+36
2021-02-16logging: gsmtap: Fill PID field for each messagePau Espin Pedrol1-0/+7
2021-02-16gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSEAlexander Couzens9-4/+130
2021-02-15gsm: Fix encoding of gsm0808_cell_id_list2 with CGI-PS typesPau Espin Pedrol2-3/+63
2021-02-15gsm0808_utils: Move static function further up in filePau Espin Pedrol1-46/+46
2021-02-15gsm: Support converting to cgi-ps in gsm0808_cell_id_from_cgi()Pau Espin Pedrol1-0/+8
2021-02-15comsetic: gsm0808_test: Fix trailing whitespacePau Espin Pedrol1-2/+2
2021-02-15gprs_ns2_sns: fix typo in doxygen commentAlexander Couzens1-2/+2
2021-02-15gprs_ns2: fix comment of alive NS-VCAlexander Couzens1-2/+2
2021-02-15BVC FSM: Treat overlapping BVC-RESET as implicit ACKHarald Welte1-1/+8
2021-02-15gprs_ns2_vc_fsm: remove debug line of the alive_timerAlexander Couzens1-2/+0
2021-02-13gsm: Fix bitfield order in dtap_headerPau Espin Pedrol1-3/+3
2021-02-12bssgp_bvc_fsm: Consistent namingDaniel Willmann3-9/+9
2021-02-12bssgp2_enc_status: Truncate STATUS message to maximum PDU lengthDaniel Willmann3-6/+17
2021-02-12bssgp_bvc_fsm: Set/get maximum BSSGP PDU lengthDaniel Willmann3-0/+28
2021-02-12tests/gb: Add more complex osmo-ns-dummy.cfgDaniel Willmann1-0/+24
2021-02-12ns2: Fix incompatible VTY configs when writing configDaniel Willmann1-1/+1
2021-02-12gprs_ns2_vty: use strcmp() instead of strncmp()Alexander Couzens1-1/+1
2021-02-12gprs_ns2_vc_fsm: reset the alive elapsed timeout everytimeAlexander Couzens1-0/+1
2021-02-12gprs_ns2_vc_fsm: use CLOCK_MONOTONIC for alive elapsed timerAlexander Couzens1-6/+10
2021-02-12gprs_ns2: add signalling & data weights for UDP bindsAlexander Couzens8-4/+74
2021-02-11ns2_fr: Fix heap-use-after-free in error recovery pathHarald Welte1-0/+1