aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-03do not pass length outside of msgb (1): bsc_handle_dt()Neels Hofmeyr1-1/+1
2023-03-03log error if any of the AMR S1 rates are forbiddenNeels Hofmeyr1-0/+1
2023-03-03drop gsm_pchan_ids, use sanitized FSM ids insteadNeels Hofmeyr1-3/+0
2023-03-03bsc_test.c: test FSM IDs that contain pchan namesNeels Hofmeyr1-0/+1
2023-03-03vty: msc / codec-list: forbid duplicate entriesNeels Hofmeyr1-0/+2
2023-03-03simplify storage of bsc_msc_data->audio_supportNeels Hofmeyr1-1/+6
2023-03-02implicitly register osmo_fsm definitionsNeels Hofmeyr4-8/+0
2023-02-28timeslot_fsm: fix sourcecode indentingPhilipp Maier1-3/+3
2023-02-27Work around coverity false positives in macrosHarald Welte1-2/+2
2023-02-13pcu_sock: set direct TLLI flag in info indicationPhilipp Maier1-0/+1
2023-02-13abis_rsl: constify parameters of rsl_X_imm_assign_cmdPhilipp Maier1-2/+3
2023-02-13abis_rsl: add support for sending IMMEDIATE ASSIGNMENT through PCHPhilipp Maier1-1/+1
2023-02-11pcuif_proto: rename PCU_IF_SAPI_AGCH_DT to PCU_IF_SAPI_PCH_DTPhilipp Maier1-1/+1
2023-02-07pcuif_proto: move gsm_pcu_if_e1_ccu_ind into right placePhilipp Maier1-11/+11
2023-01-31pcuif_proto: add indication to communicate E1 parametersPhilipp Maier1-0/+13
2023-01-23vty: Add check against sensible default value for Ny1arehbein1-0/+2
2023-01-23vty: Add support for Ny1 configurationarehbein1-0/+11
2023-01-03bsc_subscriber: Allow creating subscribers identified by IMEIPau Espin Pedrol1-0/+8
2023-01-03bts: ipa/osmo-bts/sysmobts: MO: add support for the second NSVCAlexander Couzens1-1/+2
2022-12-20ctrl: take both address and port from vty configMax1-2/+1
2022-12-14pcuif_proto: use define constant to specify nax number of trxPhilipp Maier1-1/+2
2022-11-30paging: Optimize retrieving number of request per paging groupPau Espin Pedrol1-0/+6
2022-11-30paging: Split paging queue into 2 queues: initial and retransPau Espin Pedrol1-3/+8
2022-11-28paging: Introduce VTY configurable X3113 (Maximum Paging Request Transmit Del...Pau Espin Pedrol1-0/+8
2022-11-24subscriber: Add comment documenting struct type hold in listPau Espin Pedrol1-0/+1
2022-11-24subscriber: constify bsub func paramPau Espin Pedrol1-1/+1
2022-11-24paging: constify bts param in some functionsPau Espin Pedrol1-2/+2
2022-11-23paging: Introduce BTS stat paging:available_slotsPau Espin Pedrol1-0/+1
2022-11-23paging: Introduce BTS stat paging:request_queue_lengthPau Espin Pedrol1-0/+1
2022-11-23paging: Rename stat t3113 -> paging:t3113Pau Espin Pedrol1-1/+1
2022-11-22paging: Store list of gsm_paging_request in bsc_subscrPau Espin Pedrol2-3/+12
2022-11-22paging: Get rid of unneeded count returnedPau Espin Pedrol1-2/+2
2022-11-15Add BTS setup ramping to prevent BSC overloadingAlexander Couzens5-0/+79
2022-11-10Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte10-14/+15
2022-10-30gsm_data.h: replace white spaces with tabsAlexander Couzens1-4/+4
2022-10-28pcuif_proto: cosmetic: add constant PCU_IF_NUM_NSVC and replace magic numbersPhilipp Maier1-5/+7
2022-10-27gsm48_parse_meas_rep: fix parsing multi-band listOliver Smith1-0/+1
2022-10-18cosmetic: Fix indentation whitespacePau Espin Pedrol1-1/+1
2022-10-16Introduce support for MGW-pinning per BTSPau Espin Pedrol1-0/+4
2022-10-05Rearrange ctrl interface codePau Espin Pedrol2-3/+11
2022-09-26pcu_sock: check size of primitivePhilipp Maier1-0/+2
2022-09-21Drop Osmux call setup if BTS didn't provide a remote CIDPau Espin Pedrol1-0/+1
2022-09-19mgcp: Set up Osmux only when AMR codec is selectedPau Espin Pedrol1-0/+2
2022-09-19oml: Delay Tx of OPSTART(BBTRANSC) after rx of RSL CONNECT ACKPau Espin Pedrol2-0/+4
2022-09-16oml: Integrate signal S_NM_IPACC_SET_ATTR_ACK inside S_NM_IPACC_ACKPau Espin Pedrol1-3/+4
2022-09-13Add Osmux support on the Abis-side data planePau Espin Pedrol2-0/+9
2022-08-09lchan: Move init logic to a specific functionPau Espin Pedrol1-0/+2
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol5-364/+384
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol2-3/+2
2022-08-04signal.h: make om2k mo constPhilipp Maier1-1/+1