aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-05-19osmo_io: Support detecting non-blocking connect()arehbein/osmo_io_ipaDaniel Willmann3-2/+10
2023-05-19osmo_io: Improve handling and documentation of segmentation_cbDaniel Willmann2-13/+31
2023-05-19core: Add function to update osmo_io_ops field for osmo_io_fdarehbein3-0/+11
2023-05-19copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy6-6/+6
2023-05-19coding: fix decoding of EFR triplicated bitsMychaela N. Falconia1-1/+1
2023-05-18cosmetic: codec/Makefile.am: list sources one file per linePau Espin Pedrol1-2/+9
2023-05-17codec: replace GSM-FR ECU with new implementationMychaela N. Falconia4-53/+309
2023-05-17codec cosmetic: move old FR ECU code to ecu_fr_old.cMychaela N. Falconia3-138/+168
2023-05-16ns2: Count transmitted/dropped in each layer implementationPau Espin Pedrol3-17/+23
2023-05-16gpsr_ns2_udp: Use osmo_io_fd instead of osmo_fdDaniel Willmann2-75/+50
2023-05-15coding: fix doxygen doc for _xcch_encode_cB()Vadim Yanitskiy1-1/+1
2023-05-15osmo_io: Avoid read of uninitialized variableDaniel Willmann1-1/+1
2023-05-10codec: add osmo_gsm611_silence_frame[] datumMychaela N. Falconia2-0/+16
2023-05-10tests: Add initial osmo_io testsDaniel Willmann5-0/+203
2023-05-10Add osmo_io with initial poll backendHarald Welte11-3/+1049
2023-05-09core: Check return value of osmo_fd_register()arehbein1-1/+6
2023-05-09codec: add osmo_{fr,efr}_is_any_sid() inline functionsMychaela N. Falconia1-0/+27
2023-05-06gsm: add osmo_mobile_identity_decode_from_l3_buf()Neels Hofmeyr3-12/+32
2023-05-06vty: move struct vty_parent_node to private APINeels Hofmeyr3-16/+17
2023-05-06vty: fix vty->index for implicit go_parent_nodeNeels Hofmeyr3-8/+8
2023-05-06vty: show bug in implicit go_parent_nodeNeels Hofmeyr2-0/+104
2023-05-04codec: add define constants for RFC5993 and TS101318Philipp Maier1-0/+4
2023-05-02Fix 'Fix parsing of TLV_TYPE_SINGLE_TV'Pau Espin Pedrol2-7/+13
2023-05-02tlv: Show bug in decoded tlv_parsed for type TLV_TYPE_SINGLE_TVPau Espin Pedrol1-0/+27
2023-04-27gb: ns2: Rename parameter name in gprs_ns2_nsvc_by_sockaddr_bind()Pau Espin Pedrol2-5/+5
2023-04-27debian: set compat level to 10Oliver Smith2-2/+2
2023-04-25gsm_04_08_gprs.h: Add enum field for GMM 'P-TMSI type' IEPau Espin Pedrol1-0/+1
2023-04-23libosmocore.map: add missing symbols needed for osmo-qcdiagVadim Yanitskiy1-0/+2
2023-04-17codec: add SID preening functions for FR & EFRMychaela N. Falconia3-0/+86
2023-04-16codec: add SID classification functions per GSM 06.31 & 06.81Mychaela N. Falconia3-26/+150
2023-04-14logging vty: probe 'print' and 'logging timestamp' cmdsNeels Hofmeyr1-0/+96
2023-04-13gsm_04_08_gprs.h: Add missing GMM IEs for T3302 and T3346Pau Espin Pedrol1-0/+2
2023-04-05logging: print talloc report on exit from vty testMax1-3/+3
2023-03-31core: remove unnecessary #include <osmocom/core/talloc.h>Vadim Yanitskiy4-8/+5
2023-03-31fixup (partial revert): "coding: clean up Makefile.am"Vadim Yanitskiy1-1/+1
2023-03-30tests: make VTY tests depend on the respective binariesVadim Yanitskiy1-5/+7
2023-03-28gsm: Add missing TS 24.008 SM layer IEsPau Espin Pedrol1-0/+9
2023-03-25codec: add osmo_efr_check_sid() functionMychaela N. Falconia2-0/+45
2023-03-24rate_ctr: Add rate_ctr_add2() similar to rate_ctr_inc2()Harald Welte1-0/+9
2023-03-24gsmtap.h: Define a packet type for encapsulation of GSM RLP framesHarald Welte2-0/+2
2023-03-23gsm0808: handle new enum gsm48_chan_mode speech/data valuesVadim Yanitskiy1-28/+56
2023-03-23gsm_04_08: add more enum gsm48_chan_mode data valuesVadim Yanitskiy2-0/+29
2023-03-23gsm_04_08: add more enum gsm48_chan_mode speech valuesVadim Yanitskiy2-1/+14
2023-03-23gsm_04_08: document/clarify enum gsm48_chan_mode valuesVadim Yanitskiy1-2/+17
2023-03-22Fix parsing of TLV_TYPE_SINGLE_TVPau Espin Pedrol4-12/+20
2023-03-17isdn: fix identical operands in v110_adapt_IR8000_to_2400()Vadim Yanitskiy1-1/+2
2023-03-17tests/v110: assert(user_data_chunk_bits) in test_ra1()Vadim Yanitskiy1-1/+4
2023-03-17gsmtap: add missing entries to gsmtap_type_names[]Vadim Yanitskiy1-0/+4
2023-03-15New osmo-gsmtap-logsend utilityHarald Welte4-1/+144
2023-03-14error log: osmo_sock_init2_multiaddr() v4/v6 mixNeels Hofmeyr2-5/+9