aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-2/+2
2016-06-23fix compiler warnings: include bts_model.h in phy_link.cNeels Hofmeyr1-0/+1
2016-06-22dyn PDCH: safeguard: exit if nothing pending in dyn_pdch_ts_disconnected()Neels Hofmeyr1-1/+3
2016-06-21Use error values instead of number for RSL errorMax1-2/+2
2016-06-18Move copy-pasted code into common partMax4-1/+72
2016-06-17debug log: log lchan state transitionsNeels Hofmeyr1-0/+6
2016-06-17error log: two minor clarificationsNeels Hofmeyr2-3/+5
2016-06-17dyn PDCH: implement main dyn PDCH logic in common/Neels Hofmeyr2-0/+280
2016-06-17dyn PDCH: pcu_tx_info_ind(): handle TCH/F_PDCH in PDCH modeNeels Hofmeyr1-1/+19
2016-06-17dyn PDCH: conf_lchans_for_pchan(): handle TCH/F_PDCHNeels Hofmeyr1-3/+8
2016-06-17fix compiler warning: add missing case (PHY_LINK_CONNECTING)Neels Hofmeyr1-0/+3
2016-06-17fix compiler warning: printf format for sizeof()Neels Hofmeyr1-1/+1
2016-06-17add missing DSUM entry to bts_log_info_catNeels Hofmeyr1-0/+6
2016-06-17dyn PDCH: rsl rx dchan: also log ip.access message namesNeels Hofmeyr1-2/+2
2016-06-17oml, Set Chan Attr: treat unknown PCHAN types as errorNeels Hofmeyr1-3/+9
2016-06-17fix typo in error message ('at lEast')Neels Hofmeyr1-1/+1
2016-06-17pcu_sock: add pcu_connected() to query PCU availabilityNeels Hofmeyr1-0/+10
2016-06-14common/abis.c: fix 100% CPU usage after disconnecting OML/RSL link (Bug #1703)Minh-Quang Nguyen1-1/+0
2016-06-14DTXu: mark beginning of speech burst in RTPMax1-2/+4
2016-06-12Add DTXd support for sysmoBTS and LC15Max1-6/+7
2016-06-07Fix RTP timestamps in case of DTXMax1-2/+16
2016-05-31Use libosmocore function for uplink measurementsMax2-15/+9
2016-03-17Fix typo in error messageMax1-1/+1
2016-03-17Add explicit check for SI2quater index and countMax1-2/+21
2016-03-17Fix SI2ter schedulingMax1-2/+3
2016-03-11Fix copy-paste issueMax1-1/+1
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax2-3/+5
2016-02-15scheduler: Fix ARRAY_SIZE() in trx_sched_init()Harald Welte1-1/+1
2016-02-15use unsigned int to compare wih ARRAY_SIZEHarald Welte1-1/+1
2016-02-15make PCU socket and telnet port configurableHarald Welte4-7/+45
2016-02-15move auto-band configuration commands to common/vty.cHarald Welte1-0/+24
2016-02-15LC15/sysmobts: Don't try to refer to fl1h from PHY configHarald Welte2-0/+38
2016-02-15introduce + use new generic vty_get_phy_instance()Harald Welte1-0/+20
2016-02-15abis.c: Fix segfault on OML link lossHarald Welte1-4/+6
2016-02-15don't touch OML MO when PHY link is establishedHarald Welte2-9/+9
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte6-5/+406
2016-02-15TRX: Move scheduler to src/commonHarald Welte2-1/+1624
2016-02-09fix migration of check_for_ciph_cmd() from sysmobts to l1sapHarald Welte1-0/+12
2016-02-03L1SAP: Ensure we don't process MPH-TIME.indication on TRX != C0Harald Welte1-1/+8
2016-02-03fix compile warningsHarald Welte1-0/+1
2016-02-03abis: Add a queue of OML messagesHarald Welte2-4/+26
2016-02-03Revert "oml: temporary debug hack"Harald Welte1-6/+0
2016-01-25OML: Ignore T200 settings by BSC for nowHarald Welte1-3/+18
2016-01-25lapdm: Add DEBUGP statement about T200 values being set for lchanHarald Welte1-0/+4
2016-01-25Fix T200 default valuesHarald Welte1-7/+7
2016-01-23main: Return something from the methodHolger Hans Peter Freyther1-0/+2
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte3-2/+334
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte1-0/+7
2016-01-22common/support.c: Remove unused fileHarald Welte1-86/+0
2016-01-22ABIS: Support for multiple RSL connectionsAndreas Eversberg2-15/+26