aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_data.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-24bsc: Make socket queue max. length configurablearehbein1-0/+1
2023-09-23abis_nm: delay configure_loop() until NM_MT_SW_ACTIVATED_REPVadim Yanitskiy1-0/+1
2023-09-15oml: ipacc: parse Object Version from SW Activated ReportVadim Yanitskiy1-0/+6
2023-09-14gsm_data: refactor/simplify and expose gsm_objclass2mo()Vadim Yanitskiy1-0/+2
2023-09-12struct gsm_bts_trx[_ts], gsm_abis_mo: drop unused nm_attrVadim Yanitskiy1-2/+0
2023-07-21ASCI: Add assignment to a VGCS/VBS channelAndreas Eversberg1-0/+1
2023-07-21ASCI: Add processing and FSMs for VGCS/VBSAndreas Eversberg1-0/+54
2023-05-01fix mscpool for large msc NRsNeels Hofmeyr1-2/+2
2023-04-15fix comment typoNeels Hofmeyr1-1/+1
2023-03-20pcu_sock: handle multiple BTSs with one BSC co-located PCU (in theory)Philipp Maier1-0/+4
2023-03-17Fix Lb/A SCCP conn lookup after recent regression in optimization patchPau Espin Pedrol1-14/+19
2023-03-15bsc_subscriber: Introduce bsc_subscriber_store objectPau Espin Pedrol1-7/+2
2023-03-15Optimize subscr_conns lookupPau Espin Pedrol1-2/+18
2023-03-13bscc_sccp: Avoid allocating conn_id 0x00FFFFFFPau Espin Pedrol1-1/+1
2023-03-13Clarify type and values of sccp.conn_idPau Espin Pedrol1-4/+12
2023-03-10cosmetic: gsm_data.h: Fix typo in commentPau Espin Pedrol1-1/+1
2023-03-06requires_voice_stream -> ch_indctrOliver Smith1-1/+1
2023-03-06assignment_fsm: chan mode check: support CSDOliver Smith1-0/+3
2023-03-04drop gsm_pchan_ids, use sanitized FSM ids insteadNeels Hofmeyr1-3/+0
2023-03-04vty: msc / codec-list: forbid duplicate entriesNeels Hofmeyr1-0/+2
2023-02-27Work around coverity false positives in macrosHarald Welte1-2/+2
2023-01-23vty: Add support for Ny1 configurationarehbein1-0/+11
2022-11-15Add BTS setup ramping to prevent BSC overloadingAlexander Couzens1-0/+3
2022-10-30gsm_data.h: replace white spaces with tabsAlexander Couzens1-4/+4
2022-10-05Rearrange ctrl interface codePau Espin Pedrol1-3/+0
2022-09-19oml: Delay Tx of OPSTART(BBTRANSC) after rx of RSL CONNECT ACKPau Espin Pedrol1-0/+2
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol1-364/+1
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol1-2/+1
2022-06-02fix performance for chan_counts and all_allocated statsNeels Hofmeyr1-0/+4
2022-06-02code cleanup for all_allocated timers, no functional changeNeels Hofmeyr1-4/+8
2022-05-23stats: new trackers for lchan life duration (v2)Michael Iedema1-0/+7
2022-05-15smscb: "Warning Security Information is always present in ETWSHarald Welte1-1/+2
2022-05-12Revert "stats: new trackers for lchan life duration"Pau Espin Pedrol1-3/+0
2022-05-03stats: new trackers for lchan life durationMichael Iedema1-0/+3
2022-04-28smscb: Store ETWS input state from CBSPHarald Welte1-0/+21
2022-04-25Move struct gsm_bts_paging_state to paging.hPau Espin Pedrol1-20/+0
2022-04-08Move power control related definitions to power_control.hVadim Yanitskiy1-92/+0
2022-03-29struct gsm_encr: store alg_id in human-readable formatVadim Yanitskiy1-1/+2
2022-02-22fix inter-BSC-in handover encryptionNeels Hofmeyr1-0/+4
2022-02-18rename RSL_ENC_ALG_A5 to ALG_A5_NR_TO_RSL, clarifyNeels Hofmeyr1-1/+18
2022-01-13Fix DLCI CC bits transmitted in SAPI "n" REJECTPau Espin Pedrol1-0/+20
2022-01-04fix gscon clear 1/n: store clear cause in gsconNeels Hofmeyr1-0/+2
2021-11-16move time_cc to libosmocore osmo_time_ccNeels Hofmeyr1-5/+5
2021-11-10implement all_allocated:{static_sdcch,static_tch} rate countersNeels Hofmeyr1-0/+2
2021-11-10implement all_allocated:{sdcch,tch} rate countersNeels Hofmeyr1-0/+4
2021-11-05add chreq:successful_<reason> rate countersNeels Hofmeyr1-0/+2
2021-10-07MS Power Control Loop: Use P_CON_INTERVAL=2 by defaultPau Espin Pedrol1-0/+2
2021-10-05drop obsolete commentNeels Hofmeyr1-6/+0
2021-10-05Implement MS Uplink Power Control LoopKeith1-0/+26
2021-10-04fix TSC / TSC Set used for HandoverNeels Hofmeyr1-18/+30