aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-25WIP: fsms: use configurable timers instead of T23042osmith/wip-timersOliver Smith3-3/+4
2022-11-24paging: Fix regression stopping active requests on unanswered BTSPau Espin Pedrol1-2/+2
2022-11-24subscriber: Add comment documenting struct type hold in listPau Espin Pedrol1-0/+1
2022-11-24subscriber: constify bsub func paramPau Espin Pedrol2-2/+2
2022-11-24paging: constify bts param in some functionsPau Espin Pedrol2-6/+14
2022-11-23paging: Introduce BTS stat paging:available_slotsPau Espin Pedrol3-5/+20
2022-11-23paging: Introduce BTS stat paging:request_queue_lengthPau Espin Pedrol3-0/+8
2022-11-23paging: Rename stat t3113 -> paging:t3113Pau Espin Pedrol3-5/+5
2022-11-23Cosmetic: fix spaces around timersOliver Smith5-54/+54
2022-11-23lchan_fsm: fix lchan_fsm_on_error sizeOliver Smith1-1/+1
2022-11-23Cosmetic: lchan_fsm: drop obsolete commentOliver Smith1-10/+0
2022-11-22paging: Use bsub->active_paging_requests to optimize cancelling based on reasonPau Espin Pedrol1-10/+18
2022-11-22lcs: Fix passing NULL bsc_subscr to paging_request_cancel()Pau Espin Pedrol2-1/+3
2022-11-22paging: Use bsub->active_paging_requests to allow early loop termination addi...Pau Espin Pedrol1-17/+28
2022-11-22paging: Store list of gsm_paging_request in bsc_subscrPau Espin Pedrol4-59/+82
2022-11-22paging: Get rid of unneeded count returnedPau Espin Pedrol2-18/+10
2022-11-22paging: Avoid repeated paging req lookup on BTS receiving paging respPau Espin Pedrol1-0/+4
2022-11-15nm_rcarrier_fsm: fix indention of ENABLED stateAlexander Couzens1-9/+9
2022-11-15Add BTS setup ramping to prevent BSC overloadingAlexander Couzens23-30/+619
2022-11-11update very outdated vty copyright statementHarald Welte1-1/+3
2022-11-10Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte24-40/+41
2022-11-09bts_vty: fix wrong description used for C/I threshold valuesVadim Yanitskiy1-2/+2
2022-10-30gsm_data.h: replace white spaces with tabsAlexander Couzens1-4/+4
2022-10-30bts_ipaccess_nanobts: remove unused assignmentAlexander Couzens1-1/+0
2022-10-28pcuif_proto: cosmetic: add constant PCU_IF_NUM_NSVC and replace magic numbersPhilipp Maier1-5/+7
2022-10-28abis_rsl: be more clear about vendor specif RSL extensionPhilipp Maier1-1/+1
2022-10-27Cosmetic: fix desc of neighbor_ident_add_neighborOliver Smith1-1/+1
2022-10-27gsm48_parse_meas_rep: fix parsing multi-band listOliver Smith4-14/+61
2022-10-27tests: add test_meas_rep_multi_band.ho_vtyOliver Smith3-0/+108
2022-10-26vty: Fix and deprecate typo in cmd 'amr-payload bandwith-efficient'Pau Espin Pedrol2-4/+16
2022-10-26sccplite: Use mgwpool config to set up socket forwarding IPA-MGCP from MSC to...Pau Espin Pedrol2-10/+16
2022-10-21gscon_pre_term: properly clear mgw epNeels Hofmeyr1-1/+1
2022-10-20doc: running.adoc: Fix typo in MGW pinning sectionPau Espin Pedrol1-1/+1
2022-10-20doc: Use mgwpool.adoc from osmo-gsm-manuals.gitPau Espin Pedrol2-240/+1
2022-10-20doc: Generalize mgwpool.adoc and move BSC-specific sections to runnning.adocPau Espin Pedrol2-82/+79
2022-10-19Use new mgcp-client VTY commands under mgw nodePau Espin Pedrol5-22/+22
2022-10-19Update examples to use mgw pooling VTY commandsPau Espin Pedrol4-14/+17
2022-10-18vty: Make use of new mgcp_client_pool_config_write() APIPau Espin Pedrol2-2/+3
2022-10-18cosmetic: Fix indentation whitespacePau Espin Pedrol1-1/+1
2022-10-17cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2022-10-17cosmetic: Fix indentation whitespacePau Espin Pedrol1-1/+1
2022-10-17gscon_ensure_mgw_endpoint(): Set mgw_enpoint ptr to NULL not neededPau Espin Pedrol1-1/+0
2022-10-17vty: Move all MSC_NODE commands to be togetherPau Espin Pedrol1-6/+5
2022-10-16Introduce support for MGW-pinning per BTSPau Espin Pedrol6-1/+153
2022-10-14abis_rsl: delete CHAN RQD from queue when rach ind was sentPhilipp Maier1-2/+4
2022-10-13vty: Fix indentation in osmux cmd during write-config outputPau Espin Pedrol1-1/+1
2022-10-13cosmetic: Fix whitespace indentationPau Espin Pedrol1-1/+1
2022-10-06vty: 'hopping arfcn add': succeed if adding arfcn already in setPau Espin Pedrol1-1/+1
2022-10-05ctrl: Introduce hopping-arfcn-{add,del} commandsPau Espin Pedrol1-0/+93
2022-10-05Rearrange ctrl interface codePau Espin Pedrol6-808/+855