aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2022-08-09gsm: Add BTS feature for OsmuxPau Espin Pedrol1-0/+1
2022-08-06cbsp: Fix decoding of Fail ListPau Espin Pedrol1-2/+2
2022-08-06cbsp: Guard against malformed msgb without l1h,l2h being passedPau Espin Pedrol1-0/+1
2022-08-06cbsp: Return error if decoding any of the cell id lists failPau Espin Pedrol1-67/+152
2022-08-05gsm0808_enc_aoip_trasp_addr: add length checkOliver Smith1-8/+17
2022-07-03gsm48_ie: fix parsing of Bearer capability IE without octet 3aMychaela Falconia1-0/+17
2022-07-03gsm48_ie: fix coding style: while is not a functionVadim Yanitskiy1-3/+3
2022-07-01cbsp: avoid potential msgb write overflow in osmo_cbsp_recv_bufferedPau Espin Pedrol1-0/+4
2022-06-29iuup: Explicitly mark default case as unexpected with assertPau Espin Pedrol1-0/+2
2022-06-28Bump version: 1.6.0.132-0239-dirty → 1.7.01.7.0Pau Espin Pedrol1-1/+1
2022-06-13iuup: Fix Handling of subsequent Initialization msgsPau Espin Pedrol1-0/+10
2022-06-13iuup: Drop unused eventsPau Espin Pedrol1-6/+0
2022-06-13iuup: Add missing state to bitmask for st SMpSDU_Data_Transfer_ReadyPau Espin Pedrol1-1/+2
2022-06-09cbsp: Add enum and value string for CausePau Espin Pedrol1-0/+21
2022-05-27iuup: Fix IPTIs_present not set to 0 if no IPTIs receivedPau Espin Pedrol1-0/+1
2022-05-25iuup: Rework API to support RFCI IDs != RFCI indexPau Espin Pedrol1-39/+60
2022-04-27Use internal <osmocom/core/talloc.h> everywhereVadim Yanitskiy1-1/+1
2022-04-05jenkins: Validate gsm 08.58 IEs are added to tlv_definition2022q1Pau Espin Pedrol1-0/+2
2022-04-05rsl: Fix tlv_parse of IPAC_DLCX_IND messagePau Espin Pedrol1-0/+1
2022-03-22bssmap_le: support additional IEs in Perform Location RequestVadim Yanitskiy1-0/+64
2022-03-18gsm0808: Add missing IEs in bss_att_tlvdefPau Espin Pedrol1-0/+6
2022-03-18gsm0808: Fix decoding of IE GSM0808_IE_LCS_CLIENT_TYPEPau Espin Pedrol1-0/+1
2022-03-02gsm: lapd_core: Change log line NOTICE->INFOPau Espin Pedrol1-1/+1
2022-02-28BSSAP: HO Request Ack: add missing Codec List (BSS Supported)Neels Hofmeyr1-0/+6
2022-02-16gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id numberPau Espin Pedrol2-0/+111
2022-01-29gsm_7bit_encode_n(): use regular malloc() instead of calloc()Vadim Yanitskiy1-2/+3
2022-01-18iuup: do not use illegal characters in state/event names.Philipp Maier1-11/+11
2022-01-14gsm23003: fix docstring for osmo_plmn_from_bcd()Philipp Maier1-7/+5
2022-01-10iuup: Improve CRC checksum error loggingPau Espin Pedrol1-3/+8
2022-01-07iuup: Submit RNL-STATUS-Initialization.ind upon rx of InitPau Espin Pedrol1-0/+23
2022-01-05iuup: Fix decoding of 1byte-length subflow size fieldsPau Espin Pedrol1-1/+1
2021-12-24iuup: Fix signed/unsigned loop counter control flow issueHarald Welte1-1/+1
2021-12-22Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP dataHarald Welte3-1/+1019
2021-12-14treewide: remove FSF addressOliver Smith32-130/+0
2021-11-16Bump version: 1.5.1.282-ab5e-dirty → 1.6.01.6.0Pau Espin Pedrol1-1/+1
2021-10-04revisit some calls of strtol(), stroul(), strtoull()Neels Hofmeyr2-27/+14
2021-10-01fix rsl_chan_nr_str_{buf,c}(): enlarge the buffer sizeVadim Yanitskiy1-3/+3
2021-09-28gsm: Mark gsm0858_rsl_ul_meas_enc() pointer param constPau Espin Pedrol1-1/+1
2021-09-03gsm_08_58.h: Extend IPA Power Control Params IEs to pass C/I paramsPau Espin Pedrol1-0/+4
2021-08-31bts_features: Add new feature to indicate support for temporary overpowerPhilipp Maier1-0/+1
2021-08-31rsl: add new RSL IE to signal temporary overpowerPhilipp Maier1-0/+1
2021-07-16Make gcc 11.1.0 false positivies happyPau Espin Pedrol1-11/+8
2021-06-30bts_feature: Introduce feature to confiure dyn ts as sdcch8Pau Espin Pedrol1-0/+2
2021-06-30Rename osmo dyn ts enumsPau Espin Pedrol1-1/+1
2021-06-29add fixme: enforce 8 byte length of KcNeels Hofmeyr1-0/+4
2021-06-25bts_features: add feature for BCCH carrier power reduction modeVadim Yanitskiy1-0/+2
2021-06-25gsm0808: add Kc128 to Handover RequestNeels Hofmeyr1-0/+3
2021-06-21add Kc128 to gsm0808 Create Ciphering CommandNeels Hofmeyr3-10/+51
2021-06-11bts_feature: Introduce feature to speak to PCUPau Espin Pedrol1-0/+2
2021-06-08kdf: add key derivation functionsEric13-1/+1729