aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2024-03-02cbsp: Add osmo_cbsp_segmentation_cb for message segmentationlaforge/cbspHarald Welte2-0/+21
2024-02-27gsup.h: define newly added PCO IEAlexander Couzens1-0/+10
2024-01-20gsup: Convert PDP-Type IE to PDP-Address IEPau Espin Pedrol2-9/+96
2024-01-20gsup: Deprecate field pdp_type in favour of pdp_type_nr and pdp_type_orgPau Espin Pedrol1-5/+9
2024-01-20gsup: Fail decoding if len of PDP Type IE is less than 2 bytesPau Espin Pedrol1-0/+2
2024-01-08gsm: fix osmo_mobile_identity_decode(): init *mi on errorVadim Yanitskiy1-2/+4
2024-01-07gsm48_ie: fix various issues in doxygen docsVadim Yanitskiy1-7/+8
2024-01-05gsm0808_utils: use osmo_strbuf API, drop APPEND_{THING,STR,CELL_ID_U}Vadim Yanitskiy1-31/+16
2023-12-17rlp: Add support for 576bit RLP framesHarald Welte1-21/+26
2023-12-14ipa_ccm_tlv_to_unitdata(): free previous string if present before allocating ...Pau Espin Pedrol1-12/+21
2023-12-05gsup: fix error log messageAlexander Couzens1-1/+1
2023-11-29Add a GSM RLP decoder and encoderHarald Welte3-1/+246
2023-11-29Add flag to enable RTS based pollingAndreas Eversberg1-5/+5
2023-11-28gsup: add message type for osmo-epdg CEAI interfaceAlexander Couzens1-0/+5
2023-11-27LAPDm: Add a flag to enable suppression of subsequent REJ frameAndreas Eversberg1-0/+2
2023-11-27LAPDm: Add an extra queue for UI framesAndreas Eversberg1-1/+36
2023-11-27LAPDm: Add support for RTS based pollingAndreas Eversberg2-11/+148
2023-11-15LAPD: Always update N(R) in pending TX frames if V(R) is incrementedAndreas Eversberg1-1/+2
2023-10-17gsm48_ie.c: change bearer cap structure in outgoing CSD callsManawyrm1-1/+1
2023-10-17gsm48_ie.c: add 3.1kHz audio bearer capability for CSD callsManawyrm1-0/+2
2023-09-12Bump version: 1.8.0.252-13c29 → 1.9.01.9.0Pau Espin Pedrol1-1/+1
2023-09-12LAPDM: Use correct offset to short header on recevied frameAndreas Eversberg1-1/+1
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-05gsm_12_21.h: add flags for NM_ATT_IPACC_SUPP_FEATURESVadim Yanitskiy2-0/+102
2023-08-24lapdm: Update public lapdm_msg_ctx upon CCCH data indPau Espin Pedrol1-0/+2
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 Pedrol2-41/+1
2023-08-21lapdm: Append RSL_IE_OSMO_ABS_FRAME_NUMBER to RSLms msgs towards upper layersPau Espin Pedrol2-1/+41
2023-08-21rsl: Introduce new osmocom extension IE RSL_IE_OSMO_ABS_FRAME_NUMBERPau Espin Pedrol1-0/+1
2023-08-11gsm: Introduce functions to convert between FN and RFN (Reduced FN)Pau Espin Pedrol2-0/+41
2023-08-11lapdm: Track fn of primitives in struct lapdm_msg_ctxPau Espin Pedrol1-2/+3
2023-08-09cosmetic: lapdm: Fix typo in commentPau Espin Pedrol1-1/+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-25gsm_08_08: define GSM0808_SCT_EXT (separately)Vadim Yanitskiy2-3/+4
2023-07-18Revert "gsm/ipa: Add segmentation callback"arehbein2-30/+0
2023-07-10lapdm: cosmetic: simplify lapdm_phsap_up(), use OSMO_PRIM[_HDR]Vadim Yanitskiy1-36/+13
2023-07-07gsm: Improve the TCH/H2.4 coding routinesSylvain Munaut1-0/+1
2023-07-05ipa: fix a typo in ipa_ccm_rcvmsg_base(): PING -> PONGVadim Yanitskiy1-1/+1
2023-06-28ASCI: Add decoding of mobile identity in TALKER INDICATIONAndreas Eversberg1-0/+11
2023-06-28ASCI: Also display group/broadcast call message namesAndreas Eversberg1-0/+5
2023-06-25gsm0502: cosmetic: use ARRAY_SIZE in gsm0502_fn2ccch_block()Vadim Yanitskiy1-1/+1
2023-06-25gsm: add gsm0502_fn2ccch_block()Vadim Yanitskiy2-0/+36
2023-06-19gsm/ipa: Add segmentation callbackarehbein2-0/+30
2023-06-09lapdm: Do not return an error when enqueuing a frameAndreas Eversberg1-1/+1
2023-06-09Add support for receiving Bter UI frames at lapdm.cAndreas Eversberg1-11/+25
2023-06-09Add support for sending Bter UI frames at lapdm.cAndreas Eversberg1-6/+12
2023-06-09ASCI: Add message definition and encoding according to 3GPP TS 48.008Andreas Eversberg2-0/+675
2023-06-08improve API for osmo_routing_area_idNeels Hofmeyr2-1/+61