aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2014-08-24ctrl_if: Move control interface to port 4238Harald Welte1-2/+3
2014-08-24add control interface to common BTS (for thermal attenuation)Harald Welte3-1/+182
2014-08-24New generic transmit power handlingHarald Welte4-1/+364
2014-08-24remove copy of gsm_bts_num()Harald Welte1-15/+0
2014-08-20adopt to recent libosmocore ipa renameHarald Welte1-0/+1
2014-08-18TLVP_PRES_LEN is now in libosmocore, avoid redefining itHarald Welte1-0/+2
2014-08-18replace oml_{osmo,ipa}_magic[] with abis_nm_{osmo,ipa}_magicHarald Welte2-16/+13
2014-08-18Migrate to osmo_get_macaddr() in recent libosmocoreHarald Welte1-27/+2
2014-07-31sysmobts: Verify the structure of IPA and OML messagesHolger Hans Peter Freyther3-6/+182
2014-07-25amr: Avoid toggling the CMR from none and a set oneHolger Hans Peter Freyther1-0/+2
2014-05-22common: Ignore "si.valid" outside of _MAX_SYSINFO_TYPEHolger Hans Peter Freyther1-1/+1
2014-05-22common: Remove unused gsm_time parameter from lchan_sacch_getHolger Hans Peter Freyther1-1/+1
2014-05-15abis: Separate initialization from connect for AbisHolger Hans Peter Freyther1-12/+11
2014-04-19handover: Call the right function and avoid recursionHolger Hans Peter Freyther1-1/+1
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
2013-11-27bts: Fix crash of receiving data during the release processHolger Hans Peter Freyther1-2/+13
2013-11-14rsl: Rename abis_rsl_sendmsg to avoid symbol clash with libosmo-abisHolger Hans Peter Freyther2-20/+20
2013-11-05sysmobts: Do a RF mute when Radio Carrier is lockedJacob Erlbeck1-0/+5
2013-10-25rsl/pcu: Do not send a CHAN ACT to the BSC on PCU usageHolger Hans Peter Freyther2-0/+21
2013-10-10misc: Fix resource leak when the ioctl is failingHolger Hans Peter Freyther1-2/+2
2013-10-06abis: delay l1if_reset() until OML link is establishedHarald Welte1-1/+1
2013-10-06abis: Use OML remote (BSC) address if RSL CONNECT contains no IPHarald Welte3-7/+23
2013-10-06Call e1inp_vty_init() to make abis interface accessible from VTYHarald Welte1-0/+1
2013-10-06migrate away from our own abis.c code to libosmoabisHarald Welte4-452/+168