aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-31add /var/lock/bts_rf_lock and /var/run/osmo-bts.pid for rf controlHarald Welte1-1/+31
2012-05-31sysmobts: fix double-free if msgq cannot be openedHarald Welte1-4/+3
2012-05-13sysmobts l1: make sure to read messages of arbitrary sizeHarald Welte1-1/+7
2012-05-13Adapt to L1 firmware/API version 2.1Harald Welte3-23/+13
2012-05-12sysmobts: Document the values of the clock-source in the vty commandHolger Hans Peter Freyther1-1/+5
2012-05-12sysmobts: Save the clock-source to the config fileHolger Hans Peter Freyther2-4/+8
2012-05-12sysmobts: Add Network Listen as clock source for the btsHolger Hans Peter Freyther1-0/+1
2012-04-28sysmo-bts: Use HW_SYSMOBTS_V1 to select the development hardwareHolger Hans Peter Freyther4-8/+8
2012-04-28sysmo-bts: Move the payload setting into a new methodHolger Hans Peter Freyther1-21/+14
2012-04-27RSL / SI: Make sure to have correct LAPDm header in SI5/SI6 on SACCHHarald Welte1-2/+2
2012-04-26fix the idle filling to comply with 04.06 5.4.2.3 (UI frame 0 byte len)Harald Welte1-1/+1
2012-04-20lchan: I forgot to handle TchH in my recent lchan fixes, add it to another placeHolger Hans Peter Freyther1-0/+1
2012-04-19sach_deact -> sacch_deact (follow spelling fix in openbsc)Harald Welte1-3/+3
2012-04-19add vty-configurable loopback modeHarald Welte3-1/+83
2012-04-19Fix TCH/H channel activation after zecke's recent lchan fixesHarald Welte1-0/+1
2012-04-19add VTY command to manually alter transmit powerHarald Welte3-1/+34
2012-04-19l1_if: allow for l1prim or sysprim without a completion callbackHarald Welte1-2/+8
2012-04-19fix VTY help strings related to TRXHarald Welte1-7/+8
2012-04-19add a VTY command for activating PDCH channels (in EGPRS mode)Harald Welte6-1/+101
2012-04-19delete dead codeHarald Welte1-220/+0
2012-04-19ciphering: Make sure to initialize lchan to no ciphering when activatingHarald Welte2-8/+13
2012-04-19Improve logging of L1 MPH request by printing the directionHarald Welte3-6/+26
2012-04-19lchan: Refuse to activate a non-idle lchan.Holger Hans Peter Freyther1-0/+7
2012-04-19lchan: Send the ACT ACK/NACK after the Layer1 has handled act/deactHolger Hans Peter Freyther2-17/+24
2012-04-19lchan: Separate the Uplink/Downlink in activate/deactivateHolger Hans Peter Freyther1-8/+16
2012-04-19lchan: Deactivate the SACCH only once, use the sach_deact flag for thatHolger Hans Peter Freyther1-2/+14
2012-04-19lchan: rsl_tx_chan_nack will re-use the msgb, do not msgb_freeHolger Hans Peter Freyther1-4/+4
2012-04-19lchan: Fix crashes when the specified lchan can not be foundHolger Hans Peter Freyther1-4/+20
2012-04-19lchan: Fix the state transition in the deactivate handlerHolger Hans Peter Freyther1-3/+3
2012-04-19lchan: Similar to OpenBSC use a set method to change the stateHolger Hans Peter Freyther3-7/+34
2012-04-19sysmobts: Add an option to query the hardware version.Holger Hans Peter Freyther1-1/+16
2012-04-19common: Add the copyright text to the vty_app_infoHolger Hans Peter Freyther2-7/+7
2012-04-19ciphering: Better state tracking and HACK around L1 race conditionHarald Welte3-14/+39
2012-04-19Support for cipheringHarald Welte2-5/+88
2012-04-19make HR channels work for voice, not only signallingHarald Welte1-1/+4
2012-04-18TCH: Add support for the L1 RTP modeHarald Welte3-14/+81
2012-04-14femtobts: The separate pdch/tch queues are not available in the old firmwareHolger Hans Peter Freyther3-1/+13
2012-04-14sysmobts: Handle options before allocating the btsHolger Hans Peter Freyther1-2/+3
2012-04-14misc: Use sizeof(uint32_t) instead of simply using 32 bitHolger Hans Peter Freyther1-1/+1
2012-04-14femtobts: Use HW_FEMTOBTS instead of HW_VERSION_1 to select femtobtsHolger Hans Peter Freyther2-3/+3
2012-04-12misc: Address a compiler warning and add an assert to a branchHolger Hans Peter Freyther1-0/+7
2012-04-12misc: Fix compiler warning about printing a ptrdiffHolger Hans Peter Freyther1-1/+1
2012-04-12misc: Fix compiler warning of the femtobts_clksrc_namesHolger Hans Peter Freyther1-1/+1
2012-04-05oml: temporary debug hackHarald Welte1-1/+6
2012-04-05Increase head-room in IPA messages receivedHarald Welte1-1/+1
2012-04-05osmo-bts-sysmo: Add gsmtap for uplinkHarald Welte1-0/+30
2012-03-18set the default log mask for the L1 a bit more reasonableHarald Welte1-1/+1
2012-03-18osmo-bts-sysmo: Add GSMTAP support for transmit (DL) pathHarald Welte3-0/+104
2012-03-18correctly print SAPI in log file on MPH-ACTIVATE.reqHarald Welte1-1/+1
2012-03-18Fix debug print of MPH-CONFIG.reqHarald Welte1-1/+1