aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2015-09-21audio/rsl: Include statistics for one callHolger Hans Peter Freyther1-3/+37
2015-09-21audio/rsl: Include the connection identifier in the DLCX indHolger Hans Peter Freyther1-0/+1
2015-07-14meas: Do not send incomplete measurement reportsHolger Hans Peter Freyther1-8/+11
2015-02-05power: Make it possible to force a power levelHolger Hans Peter Freyther1-0/+23
2015-02-05power/sysmobts: Add a manual ms power level controlHolger Hans Peter Freyther3-1/+28
2015-01-09msg: Generalize the message structure testHolger Hans Peter Freyther1-8/+10
2014-12-30SMS-CB: Clean up + centralize generation of NULL blockHarald Welte1-11/+22
2014-12-30SMS-CB: Use GSM412_SEQ_NULL_MSG rather than 0xfHarald Welte1-1/+1
2014-12-30SMS-CB: use gsm412_block_type from libosmocoreHarald Welte1-9/+1
2014-12-30SMS-CB: Use GSM412_ #defines from libosmocore rather than our ownHarald Welte1-10/+8
2014-12-30CBCH: Implement CBCH block segmentation and RSL_MT_SMS_BC_CMDHarald Welte4-5/+230
2014-12-30Initial CBCH supportHarald Welte6-5/+38
2014-11-10bts: Start with the site manager being enabled and availableHolger Hans Peter Freyther1-0/+3
2014-11-10bts: Mark NSVC1 as offline. We do not expose a second NSVCHolger Hans Peter Freyther1-1/+1
2014-11-10bts: Fix typo in OML commentHolger Hans Peter Freyther1-1/+1
2014-11-10abis: Fix compiler warning and remove const from syntaxHolger Hans Peter Freyther1-2/+2
2014-08-27Correctly fill system information messages from BSCAndreas Eversberg1-2/+7
2014-08-25tx_power: Check actual TRX output power against intended valueHarald Welte1-0/+18
2014-08-25tx: Generate a working configuration file on "write"Holger Hans Peter Freyther1-2/+2
2014-08-25tx: Fix another typo i found today morningHolger Hans Peter Freyther1-1/+1
2014-08-25tx_power.c: fix potential array out-of-bounds accessHarald Welte1-1/+1
2014-08-25make use of libosmocore 'gsm_meas_rep_unidir'Harald Welte1-8/+10
2014-08-25tx_power.c: Fix typos in commentsHarald Welte1-2/+2
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