aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-15Fix for the lcls FSMkeith/LCLS_HOKeith Whyte1-0/+4
2022-10-15Initial attempt to retain LCLS during HOKeith Whyte3-2/+23
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
2022-10-05cosmetic: Fix typo in commentPau Espin Pedrol1-1/+1
2022-10-04vty: fix description of 'nokia_site bts-reset-timer'Vadim Yanitskiy1-3/+4
2022-09-30power_control: add CTRL command for sending default paramsVadim Yanitskiy3-2/+42
2022-09-26pcu_sock: add some guard space to message bufferPhilipp Maier1-1/+1
2022-09-26pcu_sock: check size of primitivePhilipp Maier2-2/+21
2022-09-21vty: Print Osmux CID on lchans using OsmuxPau Espin Pedrol1-7/+16
2022-09-21cosmetic: vty: Fix formatting of if-else bracketsPau Espin Pedrol1-1/+2
2022-09-21Drop Osmux call setup if BTS didn't provide a remote CIDPau Espin Pedrol3-0/+7
2022-09-20ipaccess-config: Fix writing pcap output to fd=0 (stdin)Pau Espin Pedrol1-0/+1
2022-09-20ipaccess: Remove unused stubPau Espin Pedrol1-11/+1
2022-09-20ipacces-config: override gsm_bts_check_cfg() to void checking unset bts confi...Pau Espin Pedrol2-1/+7
2022-09-19mgcp: Set up Osmux only when AMR codec is selectedPau Espin Pedrol2-5/+27
2022-09-19ipaccess-config: Exit program with error if OML link is droppedPau Espin Pedrol1-0/+27
2022-09-19ipaccess-config: use available API to set e1inp_line_opsPau Espin Pedrol1-1/+1
2022-09-19ipaccess-config: Initialize RSL ts driver fd to proper valuePau Espin Pedrol1-0/+1
2022-09-19ipaccess-config: Initiate missing IPA osmo_linkPau Espin Pedrol2-1/+5
2022-09-19oml: Delay Tx of OPSTART(BBTRANSC) after rx of RSL CONNECT ACKPau Espin Pedrol6-7/+95
2022-09-19doc: Document use of Osmux in IPA Abis against OsmoBTSPau Espin Pedrol1-8/+47
2022-09-19vty: Allow setting LAC as hexadecimal valuePau Espin Pedrol20-46/+45
2022-09-16oml: Integrate signal S_NM_IPACC_SET_ATTR_ACK inside S_NM_IPACC_ACKPau Espin Pedrol4-29/+53
2022-09-15pcu_sock: fix memleakPhilipp Maier1-1/+3
2022-09-13Add Osmux support on the Abis-side data planePau Espin Pedrol7-6/+111
2022-09-05Set working directory in systemd service fileMax1-0/+2
2022-09-05BSSMAP: add assert to reset resendingMax1-0/+2
2022-08-16configure.ac: do not require unused dlopenVadim Yanitskiy1-4/+1
2022-08-09cosmetic: Clean initiating whitespacePau Espin Pedrol1-2/+2
2022-08-09lchan: Move init logic to a specific functionPau Espin Pedrol3-8/+13
2022-08-09split lchan specific defines and code to its own filePau Espin Pedrol22-476/+541
2022-08-09Use libosmocore available API to get value_listPau Espin Pedrol15-47/+40
2022-08-08bts_trx_vty: prefix bb_trxc mo with [Virtual] for ericsson BTSPhilipp Maier1-2/+4
2022-08-08abis_om2000: duplicate nmstate of bb_trxc mo to trx moPhilipp Maier1-1/+71
2022-08-08abis_om2000: om2k_trx_s_done_onenter() does not send signalPhilipp Maier1-2/+14
2022-08-08doc: Fix typo in several diagramsPau Espin Pedrol5-12/+12
2022-08-07bts_nokia_site: Implement channel config for CBCHHarald Welte1-0/+6
2022-08-05abis_om2000: update_op_state() does not send signalPhilipp Maier1-4/+12
2022-08-05abis_om2000: constify mo in mo2objPhilipp Maier1-1/+1
2022-08-05abis_om2000: move switch-case to functionPhilipp Maier1-35/+41
2022-08-04signal.h: make om2k mo constPhilipp Maier1-1/+1
2022-08-04abis_om2000: fix missing signalPhilipp Maier1-0/+16
2022-08-01bsc_subscr_conn_fsm: fix use after freePhilipp Maier1-0/+4
2022-07-27tests/ctrl: Avoid creating logfilePau Espin Pedrol1-9/+0
2022-07-22call osmo_timer_del() unconditionally, without osmo_timer_pending()Vadim Yanitskiy3-11/+6