aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2019-10-29rsl.c: Clean up some repeated use of long chains of pointersPau Espin Pedrol1-5/+9
2019-10-28rsl: Send IE MS Power Param during CHAN ACT and MS PWR CTRL messagesPau Espin Pedrol1-0/+5
2019-10-28bsc_vty: Fix typo in 'no depends-on-bts' cmdPau Espin Pedrol1-1/+1
2019-10-11sigtran: Set default remote ip to localhost instead of nullPau Espin Pedrol1-1/+2
2019-10-03gsm_08_08.c: Mark func bsc_find_msc() staticPau Espin Pedrol1-1/+1
2019-09-18bsc_subscr_conn_fsm: Cleanly clear BSSAP conn if associated channel closed du...Pau Espin Pedrol1-5/+28
2019-09-08SMSCB: Send ETWS Primary Notifiation via RSL to BTSHarald Welte2-6/+42
2019-09-07bsc: gsm_08_08.c: Remove repeated conn not null checkPau Espin Pedrol1-1/+1
2019-09-07a_reset.c: Don't wait 2 seconds to send first BSSMAP RESETPau Espin Pedrol1-4/+3
2019-09-06SMSCB: Send ETWS primary warning message via all dedicated channelsHarald Welte2-2/+83
2019-09-02Cell Broadcast: CBSP and CBCH scheduling supportHarald Welte9-2/+1615
2019-08-28gsm_08_08.c: always pick first msc for unsolicit paging responsesPhilipp Maier1-3/+16
2019-08-23lchan_select.c: tune log level in lchan_select_by_type()Vadim Yanitskiy1-1/+1
2019-08-23abis_nm.c: use LOGP() macro instead of LOGPC()Vadim Yanitskiy1-3/+3
2019-08-13neighbor config: allow re-using ARFCN+BSIC pairsNeels Hofmeyr4-46/+220
2019-08-13add vty 'no neighbors' to remove all HO targetsNeels Hofmeyr1-0/+86
2019-08-12bsc_msc_data: remove unused member is_authenticatedPhilipp Maier2-9/+0
2019-08-05Remove undefined param passed to logging_vty_add_cmdsPau Espin Pedrol1-1/+1
2019-07-26rest_octets: add Serving Cell Priority ParametersPhilipp Maier1-2/+19
2019-07-19vty: Fix typo in VTY command descrption -> descriptionHarald Welte1-6/+28
2019-07-16Fix some spelling errors found by lintianRuben Undheim7-7/+7
2019-07-16logging: introduce LOG_BTS and LOG_TRX and use it everywhereHarald Welte8-105/+83
2019-07-13silence error for "invalid enum handover_scope value: none"Neels Hofmeyr1-0/+1
2019-07-13comment and VTY doc tweaksNeels Hofmeyr2-4/+5
2019-07-09remove double BSSMAP Clear on HO failureNeels Hofmeyr1-8/+0
2019-07-09doc/manuals, vty doc: more handover doc clarificationsNeels Hofmeyr1-1/+2
2019-07-08make bsc_clear_request() staticNeels Hofmeyr1-2/+4
2019-06-26bsc_subscr_conn_fsm: Log Tx of BSSMAP Clear Request with causePau Espin Pedrol1-1/+5
2019-06-26bsc_subscr_conn_fsm: Use gscon_bssmap_clear() helper on send failurePau Espin Pedrol1-3/+1
2019-06-18Re-introduce support for IPA-encapsulated MGCPHarald Welte5-20/+167
2019-06-06vty: adjust config name for unit-idEric Wild1-7/+32
2019-06-06bsc: Append Osmux Support IE only on AoIPPau Espin Pedrol1-2/+2
2019-06-06Introduce msc_is_{sccplite,aoip}() helpersPau Espin Pedrol2-17/+3
2019-05-26rx_fail_evt_rep(): Don't recycle variableHarald Welte1-2/+2
2019-05-26Allow VTY to set the CCCH Load Indication ThresholdHarald Welte3-1/+20
2019-05-24vty: Dump per-bts stat_item group in 'show bts' outputHarald Welte1-0/+2
2019-05-24keep per-BTS stat_items about RACH busy / RACH access percentageHarald Welte2-0/+10
2019-05-24chan_alloc: Don't include CBCH channels in load computationHarald Welte1-0/+4
2019-05-24smscb: Allow transmit of SCHEDULE and DEFAULT SMSCBHarald Welte1-5/+19
2019-05-24abis_rsl: Fix log message about unimplemented common channel msgHarald Welte1-1/+1
2019-05-24abis_rsl: Avoid "Unimplemented" log message for every CBCH LOAD INDHarald Welte1-2/+4
2019-05-24abis_rsl: Add support for extended CBCH to rsl_sms_cb_command()Harald Welte2-2/+4
2019-05-23lcls: Fix MDCX with garbage on LCLS loop breakPau Espin Pedrol1-1/+1
2019-05-19bssap: Feed Assign Complete with Osmux CID retrieved from MGWPau Espin Pedrol1-2/+24
2019-05-19bssap: Parse Osmux CID on BSSAP Assign Req recv and use it in MGCPPau Espin Pedrol2-0/+30
2019-05-19bssap: Announce Osmux support on RESET (ACK) sendPau Espin Pedrol1-0/+16
2019-05-19bssap: Detect MSC Osmux support on RESET (ACK) recvPau Espin Pedrol1-0/+23
2019-05-19vty: Add option to enable osmux towards MSCPau Espin Pedrol1-0/+24
2019-05-15Make sure to default to AMR octet-aligned modeHarald Welte1-0/+1
2019-05-07handover_fsm.c: fix: prevent possible buffer overflowVadim Yanitskiy1-0/+1