aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysmobts: Mute the cell _after_ the MphInit againzecke/lock-on-initHolger Hans Peter Freyther2014-03-043-7/+36
* sysmobts: Do not generate RF Conn failure for CCCH and PDCHHolger Hans Peter Freyther2014-03-031-0/+6
* pcu: Avoid crash when closing the PCU socketHolger Hans Peter Freyther2014-02-241-1/+3
* Revert "bts/vty: Use new vty_install_default() function, adjust prompts"Holger Hans Peter Freyther2014-02-241-4/+35
* agch: Log error if BS_AG_BLKS_RES is != 1 in SI3Jacob Erlbeck2014-02-241-0/+6
* agch/pch: Put CCCH message generation into commonJacob Erlbeck2014-02-223-13/+28
* agch: Keep track of AGCH queue lengthJacob Erlbeck2014-02-222-1/+8
* agch/rsl: Fix msgb handling for IMMEDIATE ASSIGNJacob Erlbeck2014-02-222-2/+4
* bts/vty: Use new vty_install_default() function, adjust promptsJacob Erlbeck2014-02-221-35/+4
* sysmobts: Remove debug left over from the SACCH fixes we madeHolger Hans Peter Freyther2014-02-201-1/+0
* rsl: Do not allow IPA CRCX on non traffic channelsHolger Hans Peter Freyther2014-02-191-0/+5
* rsl/si: Fix resetting bits in bts->si_validJacob Erlbeck2014-02-191-2/+2
* systemd: Disable colors in the stdout logHolger Hans Peter Freyther2014-02-041-1/+1
* l1fwd-proxy: Bind to the bts VTY port to block another processHolger Hans Peter Freyther2014-01-281-0/+11
* sysmobts: Add the requested TA to the field ACCH headerHolger Hans Peter Freyther2014-01-271-0/+1
* sysmobts: Correct sending of LAPDm frames on the SACCHHolger Hans Peter Freyther2014-01-271-4/+7
* bts_model_rsl_chan_act(): Handle tp==NULL case gracefullyHarald Welte2014-01-231-1/+3
* sysmoBTS OML: Don't permit TSC != BSICHarald Welte2014-01-211-1/+32
* common/rsl.c: Allow bts_model_rsl_chan_act() to return negative causeHarald Welte2014-01-211-1/+6
* common/oml.c: Send OML NACK if bts_model_check_oml() returns negativeHarald Welte2014-01-211-6/+4
* sysmobts: Specify TRX nominal maximum tx power as fMaxTxPowerHarald Welte2014-01-211-0/+6
* sysmobts: Honor the LDFLAGS when building the sysmobts-calib utilityHolger Hans Peter Freyther2014-01-211-1/+1
* sysmobts: Launch the sysmobts-mgr in the screen and add service fileHolger Hans Peter Freyther2014-01-212-0/+13
* sysmobts-mgr: Check the return value of the sendtoHolger Hans Peter Freyther2014-01-171-1/+5
* sysmobts-mgr: Respond to ipaccess-find broadcast messagesHolger Hans Peter Freyther2014-01-175-14/+292
* sysmobts-mgr: Parse the daemonize optionHolger Hans Peter Freyther2014-01-171-1/+5
* sysmobts-mgr: Parse logging related commands, re-order init functionHolger Hans Peter Freyther2014-01-171-13/+17
* sysmobts-mgr: Make it possible to not write to the EEPROMHolger Hans Peter Freyther2014-01-163-18/+53
* misc: Allow to cross-execute the testsuite using qemuHolger Hans Peter Freyther2014-01-151-2/+2
* sysmobts: Specify the parameters that can be read from the EEPROMHolger Hans Peter Freyther2014-01-031-0/+8
* sysmobts: Specify the constant as a float and not a doubleHolger Hans Peter Freyther2013-12-291-1/+1
* tch: Do not log every single RTP packet and air frameHolger Hans Peter Freyther2013-12-281-9/+0
* misc: Avoid using double numbers on our ARMHolger Hans Peter Freyther2013-12-282-6/+6
* measurement: Speculative performance changeHolger Hans Peter Freyther2013-12-281-1/+14
* contrib: Remove the stray "FIVE" print it doesn't make any senseHolger Hans Peter Freyther2013-12-201-1/+0
* sysmobts: Fix compiler warning by including utils.hHolger Hans Peter Freyther2013-12-121-0/+1
* sysmobts: Change the ARRAY_SIZE to a constant numberHolger Hans Peter Freyther2013-12-121-1/+1
* sysmobts: Fix resource leak in the error conditionHolger Hans Peter Freyther2013-12-121-0/+1
* sysmobts: Remove stray semicolon from the PCU band filtering code.Holger Hans Peter Freyther2013-12-121-1/+1
* bts: Fix crash of receiving data during the release processHolger Hans Peter Freyther2013-11-271-2/+13
* sysmobts: Activate the BCCH silently have have state set to activeHolger Hans Peter Freyther2013-11-273-7/+9
* sysmobts: Make the eeprom/nominal power reading backward compatibleHolger Hans Peter Freyther2013-11-271-3/+3
* sysmobts: Print the model number that is not supported.Holger Hans Peter Freyther2013-11-271-0/+5
* bts: Fix typos in the log messagesHolger Hans Peter Freyther2013-11-273-3/+3
* bts: Fix a typo in the log messageHolger Hans Peter Freyther2013-11-271-1/+1
* rsl: Rename abis_rsl_sendmsg to avoid symbol clash with libosmo-abisHolger Hans Peter Freyther2013-11-143-21/+21
* sysmobts: Notify the BSC about all muted lchansJacob Erlbeck2013-11-051-0/+30
* sysmobts: Only set RC state to LOCK if all channels are mutedJacob Erlbeck2013-11-051-2/+8
* sysmobts: Use status flags instead of direct LED accessJacob Erlbeck2013-11-053-3/+36
* sysmobts: Do a RF mute when Radio Carrier is lockedJacob Erlbeck2013-11-053-4/+72