summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* gsm0503_coding: use ahs tables when encoding ahs codec idPhilipp Maier2021-09-241-1/+1
* Bump version: 1.4.0.535-e387-dirty → 1.5.01.5.0Pau Espin Pedrol2021-02-236-6/+6
* CBSP: Fix encoding of warning periodHarald Welte2021-02-221-4/+4
* CBSP: fix encoding/decoding of keep-alive repetition periodHarald Welte2021-02-221-2/+9
* support for stats static userspace probes via systemtapHarald Welte2021-02-222-0/+15
* gprs_ns2: free_nse: free the SNS fsm earlyAlexander Couzens2021-02-191-2/+5
* logging: Allow prefixing thread ID to each log linePau Espin Pedrol2021-02-192-0/+41
* gprs_ns2: ensure no duplicate UDP NSVC can be createdAlexander Couzens2021-02-192-0/+13
* gprs_ns2: add value_string for GPRS_NS2_AFF_CAUSE_SNS_NO_ENDPOINTSAlexander Couzens2021-02-191-0/+1
* gprs_ns2_message: tx_status: move all cause dependent code into the switch/caseAlexander Couzens2021-02-191-10/+11
* gprs_ns2: truncate the NS_STATUS to the MTUAlexander Couzens2021-02-191-2/+7
* gprs_ns2_fr: pass MTU changes to the NSEAlexander Couzens2021-02-191-2/+29
* gprs_ns2_sns: rename fsm events to include RX or REQ prefixAlexander Couzens2021-02-191-67/+67
* gprs_ns2: make gprs_ns2_recv_prim() always take msgb ownershipAlexander Couzens2021-02-191-11/+25
* gprs_ns2: fix typo in function name ns2_load_sharing_moduloAlexander Couzens2021-02-191-2/+2
* gprs_ns2: implement a simple load sharing for UDPAlexander Couzens2021-02-191-1/+40
* gprs_ns2_vty: add optional argument signalling and data weights to `nsvc udp`Alexander Couzens2021-02-191-11/+45
* gprs_ns2: rework IP-SNS bindsAlexander Couzens2021-02-194-37/+466
* gsm: Introduce API osmo_gsm48_rest_octets_si13_decodePau Espin Pedrol2021-02-182-0/+114
* logging: gsmtap: Store TID instead of PID in pkt hdrPau Espin Pedrol2021-02-171-5/+5
* logging: gsmtap: Fix fill PID field not stored in network byte orderPau Espin Pedrol2021-02-171-1/+1
* Introduce osmo_gettid() APIPau Espin Pedrol2021-02-172-0/+61
* logging: gsmtap: Fill PID field for each messagePau Espin Pedrol2021-02-161-0/+7
* gprs_ns2: inform the NS user (BSSGP) about the MTU of a NSEAlexander Couzens2021-02-165-4/+53
* gsm: Fix encoding of gsm0808_cell_id_list2 with CGI-PS typesPau Espin Pedrol2021-02-151-3/+20
* gsm0808_utils: Move static function further up in filePau Espin Pedrol2021-02-151-46/+46
* gsm: Support converting to cgi-ps in gsm0808_cell_id_from_cgi()Pau Espin Pedrol2021-02-151-0/+8
* gprs_ns2_sns: fix typo in doxygen commentAlexander Couzens2021-02-151-2/+2
* gprs_ns2: fix comment of alive NS-VCAlexander Couzens2021-02-151-2/+2
* BVC FSM: Treat overlapping BVC-RESET as implicit ACKHarald Welte2021-02-151-1/+8
* gprs_ns2_vc_fsm: remove debug line of the alive_timerAlexander Couzens2021-02-151-2/+0
* bssgp_bvc_fsm: Consistent namingDaniel Willmann2021-02-122-6/+6
* bssgp2_enc_status: Truncate STATUS message to maximum PDU lengthDaniel Willmann2021-02-122-5/+16
* bssgp_bvc_fsm: Set/get maximum BSSGP PDU lengthDaniel Willmann2021-02-122-0/+25
* ns2: Fix incompatible VTY configs when writing configDaniel Willmann2021-02-121-1/+1
* gprs_ns2_vty: use strcmp() instead of strncmp()Alexander Couzens2021-02-121-1/+1
* gprs_ns2_vc_fsm: reset the alive elapsed timeout everytimeAlexander Couzens2021-02-121-0/+1
* gprs_ns2_vc_fsm: use CLOCK_MONOTONIC for alive elapsed timerAlexander Couzens2021-02-121-6/+10
* gprs_ns2: add signalling & data weights for UDP bindsAlexander Couzens2021-02-126-4/+71
* ns2_fr: Fix heap-use-after-free in error recovery pathHarald Welte2021-02-111-0/+1
* ns2_fr: Fix null pointer deref in error pathHarald Welte2021-02-111-1/+1
* cosmetic: Move comment one line below in append_gprs_cell_optPau Espin Pedrol2021-02-101-2/+1
* gprs_ns2_vty: fix memory leak of vty_bindsAlexander Couzens2021-02-091-0/+1
* gprs_ns2: rename vty-command ip-sns -> ip-sns-remoteAlexander Couzens2021-02-092-7/+7
* gprs_ns2_sns: reset the N of timeout when entering a new stateAlexander Couzens2021-02-091-0/+17
* gprs_ns2_sns: add timeout to ST_CONFIG_SGSNAlexander Couzens2021-02-091-3/+13
* gprs_ns2_sns: rework tracking of NS-VC unblocked/alive stateAlexander Couzens2021-02-093-14/+90
* ns2: Don't try to add packets to the backlog on real errorsHarald Welte2021-02-081-1/+5
* ns2: improve backlog handling on interface up/downHarald Welte2021-02-081-9/+35
* ns2: Don't queue Q.933 LMI messages; only store most recent onesHarald Welte2021-02-081-3/+18