aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
AgeCommit message (Expand)AuthorFilesLines
2014-04-06Allow one or more TRX to configure via VTYAndreas Eversberg1-1/+1
2014-04-06Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg1-8/+11
2014-04-06Get RSSI from received uplink data and send to PCUAndreas Eversberg1-0/+4
2014-04-06Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg1-0/+6
2014-04-05Move detection of handover frames from sysmo-bts code to common codeAndreas Eversberg1-13/+0
2014-04-05Remove obsolete gsmtap handling from osmo-bts-sysmo part.Andreas Eversberg2-104/+0
2014-04-05sysmobts: Forward CMR from L1 (Phone) to RTP payloadAndreas Eversberg1-1/+1
2014-04-05Add gsmtap option to command line to main.c of osmo-bts-sysmoAndreas Eversberg1-1/+19
2014-04-05Move gsmtap VTY commands from osmo-bts-sysmo to common partAndreas Eversberg2-82/+2
2014-04-05Move loopback control VTY commands from osmo-bts-sysmo to common partAndreas Eversberg1-41/+0
2014-04-05sysmobts: Clean up transitions for lchan cipher stateAndreas Eversberg2-5/+19
2014-04-05Add MEAS (MPH_INFO) IND message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-13/+13
2014-04-05Add SDCCH/SACCH/FACCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-242/+86
2014-04-05Add TCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg3-151/+142
2014-04-05Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg3-33/+75
2014-04-05Relace bts_model_get_time() by get_time() at common partAndreas Eversberg1-10/+1
2014-04-05Add TIME (MPH_INFO) IND messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-38/+27
2014-04-05Add PDCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-72/+80
2014-04-05Add PCH/AGCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-7/+12
2014-04-05Add RACH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-65/+32
2014-04-04Add BCCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-12/+155
2014-04-04sysmo-bts: Use correct boundaries of L1 msg when forwarding to L1 proxyAndreas Eversberg1-1/+1
2014-03-29sysmobts: Fix build for the v1 of the sysmobtsHolger Hans Peter Freyther1-0/+2
2014-03-26sysmobts: Apply the potentially new max_power_red on the TRXHolger Hans Peter Freyther1-0/+9
2014-03-26oml: Indicate the kind of object passed as the void*Holger Hans Peter Freyther1-1/+1
2014-03-26sysmobts: Honor power reduction on older sysmoBTSv2 hardwareHolger Hans Peter Freyther2-7/+25
2014-03-21systemd: Do not restart with a broken config file or suchHolger Hans Peter Freyther1-1/+1
2014-03-16sysmobts: Add a magic number to the hLayer2 to differentiate itHolger Hans Peter Freyther1-1/+8
2014-03-16sysmobts: Change the order to follow the RX handling codeHolger Hans Peter Freyther1-1/+1
2014-03-16sysmobts: Improve the log message and print the hLayer2 we don't knowHolger Hans Peter Freyther1-1/+3
2014-03-16misc/sysmobts_misc: function for switching off/on and requesting status powerÁlvaro Neira Ayuso2-0/+103
2014-03-12misc/sysmobts_mgr: Added new header created in the configureÁlvaro Neira Ayuso1-0/+1
2014-03-12misc/sysmobts_misc.c: Read temperature from microcontrollerÁlvaro Neira Ayuso3-0/+243
2014-03-10sysmobts: Do a RF mute at initialization when the RC is lockedHolger Hans Peter Freyther3-7/+36
2014-03-10handover,sysmobts: Handle handover in the sysmobts codeHolger Hans Peter Freyther2-2/+77
2014-03-10handover,sysmobts: Handle idle needed for preparation of rach handlingHolger Hans Peter Freyther2-0/+4
2014-03-10handover,sysmobts: Refactor the parsing/handling of the access delayHolger Hans Peter Freyther1-5/+10
2014-03-10handover: Add generic handling for handoverAndreas Eversberg1-0/+9
2014-03-05src/misc/sysmobts_misc: Fixed wrong TEMP_PATHÁlvaro Neira Ayuso1-1/+1
2014-03-03sysmobts: Do not generate RF Conn failure for CCCH and PDCHHolger Hans Peter Freyther1-0/+6
2014-02-22agch/pch: Put CCCH message generation into commonJacob Erlbeck1-13/+4
2014-02-22agch/rsl: Fix msgb handling for IMMEDIATE ASSIGNJacob Erlbeck1-1/+1
2014-02-20sysmobts: Remove debug left over from the SACCH fixes we madeHolger Hans Peter Freyther1-1/+0
2014-01-28l1fwd-proxy: Bind to the bts VTY port to block another processHolger Hans Peter Freyther1-0/+11
2014-01-27sysmobts: Add the requested TA to the field ACCH headerHolger Hans Peter Freyther1-0/+1
2014-01-27sysmobts: Correct sending of LAPDm frames on the SACCHHolger Hans Peter Freyther1-4/+7
2014-01-23bts_model_rsl_chan_act(): Handle tp==NULL case gracefullyHarald Welte1-1/+3
2014-01-21sysmoBTS OML: Don't permit TSC != BSICHarald Welte1-1/+32
2014-01-21sysmobts: Specify TRX nominal maximum tx power as fMaxTxPowerHarald Welte1-0/+6
2014-01-17sysmobts-mgr: Check the return value of the sendtoHolger Hans Peter Freyther1-1/+5