aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* msgb: Add helper macro to decide if a segment is incompletearehbein/libosmocore_segm_cb_changesarehbein2023-07-091-0/+7
* osmo_io: Adapt osmo_io msg processingarehbein2023-07-091-5/+4
* Revert "gsm/ipa: Add segmentation callback"arehbein2023-07-093-33/+0
* core: fix pointer access in msgb_l[1-4] macrosVadim Yanitskiy2023-07-071-4/+4
* gsm: Improve the TCH/H2.4 coding routinesSylvain Munaut2023-07-074-14/+39
* gsm: Fix comment for TCH/F4.8 codeSylvain Munaut2023-07-071-1/+1
* ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONGVadim Yanitskiy2023-07-051-1/+1
* osmo_io: Add osmo_iofd_notify_connected()Daniel Willmann2023-06-305-5/+18
* osmo_io: Remove missing functions from map fileDaniel Willmann2023-06-301-4/+0
* osmo_io: Fix write_enable handling in iofd_txqueueDaniel Willmann2023-06-301-1/+4
* osmo_io: Make the test more deterministic between backendsDaniel Willmann2023-06-302-14/+18
* osmo_io: Use bitfield for various boolean flagsDaniel Willmann2023-06-293-13/+25
* gsmtap_source_free(): Don't crash if NULL is passedHarald Welte2023-06-291-0/+3
* ASCI: Add decoding of mobile identity in TALKER INDICATIONAndreas Eversberg2023-06-281-0/+11
* Allow 'configure <cr>' at VTY to enter config modeAndreas Eversberg2023-06-281-1/+1
* ASCI: Also display group/broadcast call message namesAndreas Eversberg2023-06-281-0/+5
* osmo_io: Use LOGPIO instead of LOGPDaniel Willmann2023-06-261-1/+1
* osmo_io: Return early on error in osmo_iofd_register()Daniel Willmann2023-06-261-1/+3
* gsm0502: cosmetic: use ARRAY_SIZE in gsm0502_fn2ccch_block()Vadim Yanitskiy2023-06-251-1/+1
* gsm: add gsm0502_fn2ccch_block()Vadim Yanitskiy2023-06-253-0/+38
* ecu: add is_dtx_pause() methodMychaela N. Falconia2023-06-233-0/+30
* coding: fix a copy-paste bug in gsm0503_tch_afs_decode_dtx()Vadim Yanitskiy2023-06-231-1/+1
* Add VGCS UPLINK GRANT message structure to gsm_04_08.hAndreas Eversberg2023-06-211-0/+7
* osmo_io: Make name optional, add _set_name() APIPau Espin Pedrol2023-06-204-3/+15
* gsm/ipa: Add segmentation callbackarehbein2023-06-193-0/+33
* core/osmo_io: Fix reception of partial packetsarehbein2023-06-191-1/+1
* socket: Ensure fd is not negative in osmo_sock_get_name_buf()Daniel Willmann2023-06-191-0/+5
* core/osmo_io: Rename variables for readabilityarehbein2023-06-191-9/+10
* lapdm: Do not return an error when enqueuing a frameAndreas Eversberg2023-06-091-1/+1
* ASCI: Add Notification/NCH message to gsm_04_08.hAndreas Eversberg2023-06-091-0/+8
* Fix short L3 header of SI 10 at gsm_04_08.hAndreas Eversberg2023-06-091-3/+3
* Add short L3 header to gsm_04_08.hAndreas Eversberg2023-06-091-0/+17
* Add support for receiving Bter UI frames at lapdm.cAndreas Eversberg2023-06-091-11/+25
* Add support for sending Bter UI frames at lapdm.cAndreas Eversberg2023-06-091-6/+12
* ASCI: Add message definition and encoding according to 3GPP TS 48.008Andreas Eversberg2023-06-094-2/+917
* Added generation of include/osmocom/core/socket_compat.hAndreas Eversberg2023-06-093-0/+18
* improve API for osmo_routing_area_idNeels Hofmeyr2023-06-085-2/+267
* osmo_io: Remove osmo_iofd_read/write_enable/disableDaniel Willmann2023-06-075-62/+9
* osmo_io: Don't make msg in write_cb constDaniel Willmann2023-06-073-5/+5
* osmo_io: Consistency - put read/recv callback first in osmo_io_opsDaniel Willmann2023-06-071-4/+4
* struct osmo_sub_auth_data: remove OSMO_DEPRECATED_OUTSIDEVadim Yanitskiy2023-06-051-1/+1
* gsm48_rest_octets: fix wrong valueEric2023-06-031-1/+1
* libosmogsm: Add support for TUAK authentication algorithmHarald Welte2023-06-0213-1/+1186
* libosmogsm: Avoid executing MILENAGE crypto twice (for UMTS and GSM)Harald Welte2023-06-021-4/+2
* libosmogsm: Factor out the C2 derivation functionHarald Welte2023-06-025-7/+33
* libosmogsm: Allow auth API caller to specify RES lengthHarald Welte2023-06-025-28/+62
* osmo-auc-gen: Convert over to osmo_auth_gen_vec*2 APIHarald Welte2023-06-021-4/+33
* libosmogsm: Ensure MILENAGE + XOR-3G K length is 128 bitHarald Welte2023-06-022-4/+19
* libosmogsm: Add OSMO_ASSERT() to ensure correct algorithmHarald Welte2023-06-025-0/+13
* libosmogsm: Support authentication with 256-bit K and/or OP/OPcHarald Welte2023-06-029-25/+158