aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-24agch: Log error if BS_AG_BLKS_RES is != 1 in SI3Jacob Erlbeck1-0/+6
2014-02-22agch/pch: Put CCCH message generation into commonJacob Erlbeck1-0/+22
2014-02-22agch: Keep track of AGCH queue lengthJacob Erlbeck1-1/+7
2014-02-22agch/rsl: Fix msgb handling for IMMEDIATE ASSIGNJacob Erlbeck1-1/+3
2014-02-22bts/vty: Use new vty_install_default() function, adjust promptsJacob Erlbeck1-35/+4
2014-02-19rsl: Do not allow IPA CRCX on non traffic channelsHolger Hans Peter Freyther1-0/+5
2014-02-19rsl/si: Fix resetting bits in bts->si_validJacob Erlbeck1-2/+2
2014-01-21common/rsl.c: Allow bts_model_rsl_chan_act() to return negative causeHarald Welte1-1/+6
2014-01-21common/oml.c: Send OML NACK if bts_model_check_oml() returns negativeHarald Welte1-6/+4
2013-12-28measurement: Speculative performance changeHolger Hans Peter Freyther1-1/+14