aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-01range_enc_determine_range(): Don't dereference array on size=0Pau Espin Pedrol1-0/+4
2021-05-29fixup for gsm48_chan_mode_to_non_vamos()Neels Hofmeyr1-5/+2
2021-05-26gsm_08_58.h: add Osmocom specific Bm/Lm CBITs for VAMOSVadim Yanitskiy1-0/+9
2021-05-26rsl: make rsl_dec_chan_nr() more readable, use RSL_CHAN_NR_MASKVadim Yanitskiy1-31/+23
2021-05-19add RSL_IE_OSMO_TRAINING_SEQUENCENeels Hofmeyr1-0/+1
2021-05-06gsm/abis_nm: add missing NM_OC_IPAC_* value-string entriesVadim Yanitskiy1-0/+4
2021-04-29ipa_ccm_make_id_resp: Make it work at allHarald Welte1-1/+1
2021-04-29Fix ipa_ccm_make_id_resp_from_req to work at allHarald Welte1-3/+8
2021-04-29Fix ipa_ccm_make_id_resp_from_reqHarald Welte1-2/+2
2021-04-22gsm48_mr_cfg_from_gsm0808_sc_cfg(): drop bitmask without effectNeels Hofmeyr1-1/+1
2021-04-21gsm0808: Introduce gsm0808_old_bss_to_new_bss_info_att_tlvdefPau Espin Pedrol2-0/+27
2021-04-20RR: add missing Extended TSC Set IENeels Hofmeyr1-0/+1
2021-04-20RR: add VAMOS channel modesNeels Hofmeyr2-0/+48
2021-04-19cosmetic: fix typo in commentPau Espin Pedrol1-1/+1
2021-04-19gsm: Support Sending Last EUTRAN PLMN Id in Handover RequiredPau Espin Pedrol1-0/+5
2021-04-14cosmetic: tlv_parser: fix typo in func descriptionPau Espin Pedrol1-1/+1
2021-04-09add osmo_bts_features_names: short BTS feature stringsNeels Hofmeyr2-1/+27
2021-03-27add BTS_FEAT_VAMOSNeels Hofmeyr1-0/+1
2021-02-23Bump version: 1.4.0.535-e387-dirty → 1.5.01.5.0Pau Espin Pedrol1-1/+1
2021-02-22CBSP: Fix encoding of warning periodHarald Welte1-4/+4
2021-02-22CBSP: fix encoding/decoding of keep-alive repetition periodHarald Welte1-2/+9
2021-02-18gsm: Introduce API osmo_gsm48_rest_octets_si13_decodePau Espin Pedrol2-0/+114
2021-02-15gsm: Fix encoding of gsm0808_cell_id_list2 with CGI-PS typesPau Espin Pedrol1-3/+20
2021-02-15gsm0808_utils: Move static function further up in filePau Espin Pedrol1-46/+46
2021-02-15gsm: Support converting to cgi-ps in gsm0808_cell_id_from_cgi()Pau Espin Pedrol1-0/+8
2021-02-10cosmetic: Move comment one line below in append_gprs_cell_optPau Espin Pedrol1-2/+1
2021-02-05gsm0808: use msgb_tv16_put() and osmo_store32be()Vadim Yanitskiy1-18/+5
2021-02-04gsm48: add compare function for struct gprs_ra_idPhilipp Maier2-0/+20
2021-02-01gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets()Vadim Yanitskiy2-2/+9
2021-01-29gsm: bts_features: Introduce BTS_FEAT_CCNPau Espin Pedrol1-0/+1
2021-01-29gsm: Fix wrong length in SI13 GPRS Cell Options IEPau Espin Pedrol1-2/+2
2021-01-22gsm: Introduce osmo_{rai,cgi_ps}_cmp() APIsPau Espin Pedrol2-0/+36
2021-01-22gsm: Add missing osmo_*_cmp symbols to libosmogsm.mapPau Espin Pedrol1-0/+2
2021-01-12tlv_parser: Fix various out-of-bounds accessesHarald Welte1-15/+16