aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2015-04-07abis: Add support of libosmo-abis v 0.3.0Ivan Kluchnikov2-1/+2
2014-12-16handover fix: we can receive handover rach on trx == bts->c0Ivan Kluchnikov1-1/+1
2014-04-06handover fix: handover_frame must call handover_reset, not itselfAndreas Eversberg1-1/+1
2014-04-06ABIS: Support of multiple RSL connections for ABIS/ipaccessAndreas Eversberg2-17/+30
2014-04-06HACK: Make ABIS work when reestablishingAndreas Eversberg2-2/+8
2014-04-06Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg1-1/+0
2014-04-06Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg1-5/+4
2014-04-06Fix: Retrieve ARFCN (from OML) for TRX other than C0Andreas Eversberg1-0/+19
2014-04-06Fix: Process all TRX on GSM Time indication, not only C0Andreas Eversberg1-4/+5
2014-04-06TRX: Fixup ciphering state names after rebasingAndreas Eversberg1-0/+1
2014-04-06Allow one or more TRX to configure via VTYAndreas Eversberg1-2/+4
2014-04-06Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg2-16/+19
2014-04-06Get RSSI from received uplink data and send to PCUAndreas Eversberg1-0/+1
2014-04-06TRX: Implementation of MS power and timing advance loopsAndreas Eversberg1-0/+6
2014-04-06Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg2-1/+4
2014-04-06Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg1-0/+6
2014-04-05ABIS: Support for multiple RSL connectionsAndreas Eversberg1-1/+2
2014-04-05Move detection of handover frames from sysmo-bts code to common codeAndreas Eversberg1-0/+5
2014-04-05Move gsmtap VTY commands from osmo-bts-sysmo to common partAndreas Eversberg1-2/+91
2014-04-05Send primitives at PH-/MPH-/TCH-SAP interface via GSMTAPAndreas Eversberg1-0/+167
2014-04-05Move loopback control VTY commands from osmo-bts-sysmo to common partAndreas Eversberg1-0/+38
2014-04-05Correctly fill system information messages from BSCAndreas Eversberg1-2/+7
2014-04-05sysmobts: Clean up transitions for lchan cipher stateAndreas Eversberg1-1/+0
2014-04-05Add MEAS (MPH_INFO) IND message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+32
2014-04-05Add SDCCH/SACCH/FACCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-2/+179
2014-04-05Add TCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-2/+152
2014-04-05Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg4-17/+164
2014-04-05Relace bts_model_get_time() by get_time() at common partAndreas Eversberg2-1/+10
2014-04-05Add TIME (MPH_INFO) IND messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+50
2014-04-05Add PDCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-5/+92
2014-04-05Add PCH/AGCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+8
2014-04-05Add RACH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+69
2014-04-04Add BCCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-1/+151
2014-04-03oml: Pass all valid state change requests to the modelJacob Erlbeck1-5/+4
2014-03-27agch/pcu: Fix crash for AGCH commands queued by the PCUHolger Hans Peter Freyther1-1/+2
2014-03-26oml: Indicate the kind of object passed as the void*Holger Hans Peter Freyther1-3/+3
2014-03-12misc: Fix the build breakage now that we have btsconfig.hHolger Hans Peter Freyther2-0/+4
2014-03-10agch: Remove obsolete commentJacob Erlbeck1-1/+0
2014-03-10handover: Add generic handling for handoverAndreas Eversberg1-0/+112
2014-03-10handover: Set basic values for handover, remember the activation reasonAndreas Eversberg5-3/+67
2014-03-10handover: Implement generating HANDOVER DETECTION in rsl_tx_hando_detAndreas Eversberg1-0/+22
2014-03-10handover: Introduce debug area for handover related itemsAndreas Eversberg1-0/+6
2014-03-10agch: Merge IMM.ASS.REJ if possible when enqueueingJacob Erlbeck1-0/+140
2014-03-10agch: Add VTY queue management configurationJacob Erlbeck1-0/+43
2014-03-10agch: Manage AGCH queue lengthJacob Erlbeck1-9/+98
2014-03-10agch/pch: Use PCH for AGCH msgsJacob Erlbeck2-4/+16
2014-03-10agch: Add simple countersJacob Erlbeck2-0/+9
2014-03-10agch: Recalculate length limit of AGCH queueJacob Erlbeck1-1/+89
2014-02-24pcu: Avoid crash when closing the PCU socketHolger Hans Peter Freyther1-1/+3
2014-02-24Revert "bts/vty: Use new vty_install_default() function, adjust prompts"Holger Hans Peter Freyther1-4/+35