aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-08-11gsm: Introduce functions to convert between FN and RFN (Reduced FN)Pau Espin Pedrol4-0/+75
2023-08-11lapdm: Track fn of primitives in struct lapdm_msg_ctxPau Espin Pedrol3-2/+6
2023-08-11tlv: Introduce API msgb_tv32_push()Pau Espin Pedrol2-0/+11
2023-08-10gprs_bssgp_rim: add decoder for RIM ROUTING ADDRESSPhilipp Maier3-13/+36
2023-08-10gprs_bssgp_rim: allow sending of encoded RIM messagesPhilipp Maier3-0/+21
2023-08-10gprs_bssgp_rim: also print NSEI when sending RIM messagesPhilipp Maier1-2/+2
2023-08-09cosmetic: lapdm: Fix typo in commentPau Espin Pedrol1-1/+1
2023-08-08osmo_io: Use MSG_NOSIGNAL to avoid SIGPIPE on writeDaniel Willmann1-1/+1
2023-08-08osmo_io: Ensure correct ownership of msgb when sendingDaniel Willmann1-0/+2
2023-08-01sockaddr_str: Introduce macro OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULLPau Espin Pedrol1-4/+9
2023-07-28isdn: mux_timeslot_provide_bits(): remove unused 'count'Vadim Yanitskiy1-3/+1
2023-07-26ASCI: Add missing check for return value of gsm0808_enc_speech_codec_list2()Andreas Eversberg1-2/+8
2023-07-26gsm48_ie: fix gsm48_encode_bearer_cap(): encode bcap->data.transpVadim Yanitskiy1-1/+3
2023-07-25exec: osmo_system_nowait2(): Improve logging and error checksPau Espin Pedrol1-2/+13
2023-07-25gsm_08_08: define GSM0808_SCT_EXT (separately)Vadim Yanitskiy3-3/+10
2023-07-18gsm: Add missing IE definition for GMM Receive N-PDU Number listPau Espin Pedrol1-0/+1
2023-07-18osmo_io: Fix length calculation in iofd_handle_segmentation()Daniel Willmann1-1/+1
2023-07-18Revert "gsm/ipa: Add segmentation callback"arehbein3-33/+0
2023-07-18osmo_io(cosmetic): End in a dot for doxygen AUTO_BRIEFDaniel Willmann1-24/+24
2023-07-18cosmetic: Fix doc commentDaniel Willmann1-0/+1
2023-07-18osmo_io: Add function to change the maximum length of the tx_queueDaniel Willmann3-0/+11
2023-07-18osmo_io: Document expectation that segmentation_cb() can modify msgbDaniel Willmann2-4/+13
2023-07-17gsm0502.h: Document spec numberPau Espin Pedrol1-1/+6
2023-07-12socket: Cache errno before calling further functionsPau Espin Pedrol1-6/+12
2023-07-10lapdm: cosmetic: simplify lapdm_phsap_up(), use OSMO_PRIM[_HDR]Vadim Yanitskiy1-36/+13
2023-07-08coding: implement encoding/decoding API for TCH/F2.4Vadim Yanitskiy5-1/+83
2023-07-08coding: remove redundant memset()s in gsm0503_tch_fr{96,144}_encode()Vadim Yanitskiy1-2/+2
2023-07-07core: fix pointer access in msgb_l[1-4] macrosVadim Yanitskiy1-4/+4
2023-07-07gsm: Improve the TCH/H2.4 coding routinesSylvain Munaut4-14/+39
2023-07-07gsm: Fix comment for TCH/F4.8 codeSylvain Munaut1-1/+1
2023-07-05ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONGVadim Yanitskiy1-1/+1
2023-06-30osmo_io: Add osmo_iofd_notify_connected()Daniel Willmann5-5/+18
2023-06-30osmo_io: Remove missing functions from map fileDaniel Willmann1-4/+0
2023-06-30osmo_io: Fix write_enable handling in iofd_txqueueDaniel Willmann1-1/+4
2023-06-30osmo_io: Make the test more deterministic between backendsDaniel Willmann2-14/+18
2023-06-29osmo_io: Use bitfield for various boolean flagsDaniel Willmann3-13/+25
2023-06-29gsmtap_source_free(): Don't crash if NULL is passedHarald Welte1-0/+3
2023-06-28ASCI: Add decoding of mobile identity in TALKER INDICATIONAndreas Eversberg1-0/+11
2023-06-28Allow 'configure <cr>' at VTY to enter config modeAndreas Eversberg1-1/+1
2023-06-28ASCI: Also display group/broadcast call message namesAndreas Eversberg1-0/+5
2023-06-26osmo_io: Use LOGPIO instead of LOGPDaniel Willmann1-1/+1
2023-06-26osmo_io: Return early on error in osmo_iofd_register()Daniel Willmann1-1/+3
2023-06-25gsm0502: cosmetic: use ARRAY_SIZE in gsm0502_fn2ccch_block()Vadim Yanitskiy1-1/+1
2023-06-25gsm: add gsm0502_fn2ccch_block()Vadim Yanitskiy3-0/+38
2023-06-23ecu: add is_dtx_pause() methodMychaela N. Falconia3-0/+30
2023-06-23coding: fix a copy-paste bug in gsm0503_tch_afs_decode_dtx()Vadim Yanitskiy1-1/+1
2023-06-21Add VGCS UPLINK GRANT message structure to gsm_04_08.hAndreas Eversberg1-0/+7
2023-06-20osmo_io: Make name optional, add _set_name() APIPau Espin Pedrol4-3/+15
2023-06-19gsm/ipa: Add segmentation callbackarehbein3-0/+33
2023-06-19core/osmo_io: Fix reception of partial packetsarehbein1-1/+1