aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-03logging: Fix double lock of log_tgt_mutexPau Espin Pedrol1-36/+6
2021-10-26logging: Attempt a synchronous, non-blocking write first (file, stderr)Harald Welte1-17/+30
2021-10-26logging: Avoid memcpy from stack to msgb in _file_output()Harald Welte1-18/+43
2021-10-26logging: Change stderr + file target to use non-blocking writeHarald Welte2-22/+307
2021-10-15logging: Change LLAPD category color to purple-like onePau Espin Pedrol1-1/+1
2021-10-15ns2: correct parse a BLOCK PDU which was received over a different NSVCAlexander Couzens1-10/+36
2021-10-15ns2: don't forward an invalid RESET PDU to the FSMAlexander Couzens1-0/+2
2021-10-15ns2: improve log line when receving a PDU with wrong NSEAlexander Couzens1-1/+1
2021-10-13utils: introduce osmo_talloc_replace_string_fmt()Vadim Yanitskiy1-0/+21
2021-10-08ns2: correct parse a STATUS PDU which was received over a different NSVCAlexander Couzens1-4/+20
2021-10-08ns2: message: allow to pass a foreign NSVCI to STATUS PDUAlexander Couzens4-7/+12
2021-10-08ns2: fsm: add comment don't answer on a STATUS with a STATUSAlexander Couzens1-0/+1
2021-10-08ns2: ensure the NSVC is in the correct mode for NSVC UNKNOWN/NSVC BLOCKED cau...Alexander Couzens1-0/+5
2021-10-08ns2: message: BLOCK/BLOCK ACK allow to use a given NSVCI instead of using the...Alexander Couzens3-14/+26
2021-10-06gsmtap: allow 127.0.0.x local listenersEric1-0/+22
2021-10-04utils: remove misleading comments for osmo_hexdump[_nospc]_c()Vadim Yanitskiy1-6/+0
2021-10-04revisit some calls of strtol(), stroul(), strtoull()Neels Hofmeyr6-72/+28
2021-10-01fix rsl_chan_nr_str_{buf,c}(): enlarge the buffer sizeVadim Yanitskiy1-3/+3
2021-09-30refactor stat_item: report only changed valuesNeels Hofmeyr1-8/+4
2021-09-30refactor stat_item: get rid of FIFO and "skipped" errorNeels Hofmeyr6-191/+223
2021-09-28gsm: Mark gsm0858_rsl_ul_meas_enc() pointer param constPau Espin Pedrol1-1/+1
2021-09-23ns2: nsvc: add a uptime/downtime to track the last state changeAlexander Couzens4-5/+16
2021-09-23ns2: nse: add a uptime/downtime to track the last state changeAlexander Couzens3-2/+10
2021-09-23vty: add vty_out_uptime() print the uptime to the vtyAlexander Couzens2-12/+23
2021-09-21base64: reformat using Lindent to conform to our coding styleHarald Welte1-160/+156
2021-09-21base64: Migrate over to osmocomHarald Welte2-91/+11
2021-09-21copy base64 implementation from mbedtlsHarald Welte1-0/+284
2021-09-20stat_item: cosmetic: s/desc/group_desc in osmo_stat_item_group_alloc()Neels Hofmeyr1-9/+9
2021-09-14CTRL: expose stat_item groups on CTRLNeels Hofmeyr1-0/+99
2021-09-14add osmo_stat_item_get_group_by_name_idxname()Neels Hofmeyr1-0/+20
2021-09-12utils: add osmo_str_to_int() and osmo_str_to_int64()Neels Hofmeyr1-0/+94
2021-09-10vty: allow flushingEric1-0/+6
2021-09-07gprs_ns2: nsvc: react on STATUS PDUs with cause code NSVC UNKNOWN/NSVC BLOCKEDAlexander Couzens1-0/+27
2021-09-07gprs_ns2: fix a white spaceAlexander Couzens1-1/+1
2021-09-07gprs_ns2: fix NS STATUS validationAlexander Couzens1-4/+3
2021-09-07ns2: fix a crash when receiving a SIZE while configuredAlexander Couzens1-0/+2
2021-09-07ns2: nsvc: reject UNITDATA when the remote BLOCK'edAlexander Couzens1-0/+1
2021-09-04gprs_ns2: ensure the incoming NSVC is also the outgoing NSVCAlexander Couzens1-2/+1
2021-09-04gprs_ns2_sns: ensure the SNS fsm behave correct when no signalling NSVCs are ...Alexander Couzens1-4/+19
2021-09-04gprs_ns2: improve reselection protectionAlexander Couzens1-0/+1
2021-09-04gprs_ns2: add correct filename/linenr to sns failed log messageAlexander Couzens1-1/+1
2021-09-04gprs_ns2: calculate the nse->*_sums before notifing the sns fsmAlexander Couzens1-1/+1
2021-09-04gprs_ns2: also prevent recursive events when SGSN side cleans upAlexander Couzens1-0/+2
2021-09-04gprs_ns2_sns: implement outbound SNS DEL proceduresAlexander Couzens1-9/+95
2021-09-04gprs_ns2_sns: implement outbound SNS ADD proceduresAlexander Couzens1-33/+190
2021-09-04gprs_ns2_sns: implement local change weight procedureAlexander Couzens4-8/+459
2021-09-04gprs_ns2: don't use llist_for_each when freeing an elementAlexander Couzens3-20/+28
2021-09-04gprs_ns2: gprs_ns2_free_bind() should remove itself before removing nsvcsAlexander Couzens1-4/+4
2021-09-04gprs_ns2: use an event to free the nsvscs when using SNSAlexander Couzens3-3/+18
2021-09-04gprs_ns2_sns: rework sns clean upAlexander Couzens1-16/+33