aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-12ASCI: Add definition for TALKER INDICATION and UPLINK RELEASEAndreas Eversberg1-0/+12
2023-09-12ASCI: Add BCC call state definitionsAndreas Eversberg1-2/+2
2023-09-12gsm_12_21.h: fix typo: NM_IPAC_F_CHANT_P{C->D}CHFVadim Yanitskiy1-1/+1
2023-09-08socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2()Pau Espin Pedrol1-0/+12
2023-09-08socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiad...Pau Espin Pedrol1-3/+26
2023-09-05gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy1-0/+92
2023-09-02gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_NS_CFG valuesPau Espin Pedrol1-0/+11
2023-09-02gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_BSSGP_CFG valuesPau Espin Pedrol1-0/+15
2023-09-02gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_RLC_CFG{,_2,_3} valuesPau Espin Pedrol1-0/+30
2023-08-24osmo_io: Add io_uring backendDaniel Willmann1-0/+1
2023-08-23Revert "rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBER"Pau Espin Pedrol1-1/+0
2023-08-23Revert "lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards uppe...Pau Espin Pedrol1-2/+0
2023-08-21lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layersPau Espin Pedrol1-0/+2
2023-08-21rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBERPau Espin Pedrol1-0/+1
2023-08-21socket: Add osmo_sock_init flag to enable SCTP ASCONF featuresPau Espin Pedrol1-0/+2
2023-08-11gsm: Introduce functions to convert between FN and RFN (Reduced FN)Pau Espin Pedrol1-0/+8
2023-08-11lapdm: Track fn of primitives in struct lapdm_msg_ctxPau Espin Pedrol1-0/+1
2023-08-11tlv: Introduce API msgb_tv32_push()Pau Espin Pedrol1-0/+10
2023-08-10gprs_bssgp_rim: add decoder for RIM ROUTING ADDRESSPhilipp Maier1-0/+1
2023-08-10gprs_bssgp_rim: allow sending of encoded RIM messagesPhilipp Maier1-0/+1
2023-08-01sockaddr_str: Introduce macro OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULLPau Espin Pedrol1-4/+9
2023-07-25gsm_08_08: define GSM0808_SCT_EXT (separately)Vadim Yanitskiy1-0/+6
2023-07-18gsm: Add missing IE definition for GMM Receive N-PDU Number listPau Espin Pedrol1-0/+1
2023-07-18Revert "gsm/ipa: Add segmentation callback"arehbein1-3/+0
2023-07-18osmo_io: Add function to change the maximum length of the tx_queueDaniel Willmann1-0/+1
2023-07-18osmo_io: Document expectation that segmentation_cb() can modify msgbDaniel Willmann1-1/+5
2023-07-17gsm0502.h: Document spec numberPau Espin Pedrol1-1/+6
2023-07-08coding: implement encoding/decoding API for TCH/F2.4Vadim Yanitskiy1-0/+4
2023-07-07core: fix pointer access in msgb_l[1-4] macrosVadim Yanitskiy1-4/+4
2023-06-30osmo_io: Add osmo_iofd_notify_connected()Daniel Willmann1-0/+2
2023-06-25gsm: add gsm0502_fn2ccch_block()Vadim Yanitskiy1-0/+2
2023-06-23ecu: add is_dtx_pause() methodMychaela N. Falconia1-0/+4
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 Pedrol1-0/+1
2023-06-19gsm/ipa: Add segmentation callbackarehbein1-0/+3
2023-06-09ASCI: Add Notification/NCH message to gsm_04_08.hAndreas Eversberg1-0/+8
2023-06-09Fix short L3 header of SI 10 at gsm_04_08.hAndreas Eversberg1-3/+3
2023-06-09Add short L3 header to gsm_04_08.hAndreas Eversberg1-0/+17
2023-06-09ASCI: Add message definition and encoding according to 3GPP TS 48.008Andreas Eversberg2-2/+242
2023-06-09Added generation of include/osmocom/core/socket_compat.hAndreas Eversberg2-0/+17
2023-06-08improve API for osmo_routing_area_idNeels Hofmeyr1-1/+6
2023-06-07osmo_io: Remove osmo_iofd_read/write_enable/disableDaniel Willmann1-4/+0
2023-06-07osmo_io: Don't make msg in write_cb constDaniel Willmann1-2/+2
2023-06-07osmo_io: Consistency - put read/recv callback first in osmo_io_opsDaniel Willmann1-4/+4
2023-06-05struct osmo_sub_auth_data: remove OSMO_DEPRECATED_OUTSIDEVadim Yanitskiy1-1/+1
2023-06-02libosmogsm: Add support for TUAK authentication algorithmHarald Welte1-0/+1
2023-06-02libosmogsm: Factor out the C2 derivation functionHarald Welte1-0/+1
2023-06-02libosmogsm: Allow auth API caller to specify RES lengthHarald Welte1-1/+1
2023-06-02libosmogsm: Support authentication with 256-bit K and/or OP/OPcHarald Welte1-6/+40
2023-06-02ASCI: Add IE transcoding according to 3GPP TS 48.008Andreas Eversberg1-0/+179