aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2016-09-24DTX: check Marker bit to send ONSET to L1Max1-3/+10
2016-09-23DTX: fix SID repeat schedulingMax1-0/+44
2016-09-22heed VTY 'line vty'/'bind' commandNeels Hofmeyr1-1/+2
2016-09-19log causing rx event for lchan_lookup errorsNeels Hofmeyr1-8/+10
2016-09-09dyn TS: if PCU is not connected, allow operation as TCHNeels Hofmeyr1-11/+34
2016-09-02common/rsl: move decision whether to chan act ack/nack to common functionNeels Hofmeyr2-32/+31
2016-08-30cosmetic: common ts_is_pdch()Neels Hofmeyr2-11/+16
2016-08-30dyn TS: measurement: use correct nr of subslots, rm code dupNeels Hofmeyr1-15/+1
2016-08-27log: l1sap: add 0x to hex output of chan_nr, 5 timesNeels Hofmeyr1-5/+5
2016-08-27Change interface in osmo-bts for 11 bit RACHbhargava2-4/+10
2016-08-10dyn TS: measurement.c: replace fixme with commentNeels Hofmeyr1-1/+1
2016-08-10dyn TS: complete for TRXNeels Hofmeyr1-1/+4
2016-08-08Fill measurements data for L1SAPMax3-4/+17
2016-07-28dyn TS, dyn PDCH: common/l1sap.c: properly notice PDCHNeels Hofmeyr1-3/+11
2016-07-28pcu_sock: use osmo_sock_unix_init() from libosmocoreVadim Yanitskiy1-55/+5
2016-07-28fix comment in common/l1sap.c, function name changedNeels Hofmeyr1-1/+1
2016-07-28trx: Enable EGPRS handling through burst lengthsTom Tsou1-11/+15
2016-07-27log typo: trx_sched_set_pchan()Neels Hofmeyr1-1/+1
2016-07-27comment typo: common/l1sap.cNeels Hofmeyr1-1/+1
2016-07-25dyn TS: common TCH/F_TCH/H_PDCH implementationNeels Hofmeyr4-12/+235
2016-07-25code dup: join [rsl_]lchan_lookup() from libbsc and osmo-btsNeels Hofmeyr1-52/+12
2016-07-25trx: Add EGPRS tables, sequences, and mappingsTom Tsou1-0/+27
2016-07-25prepare dyn TS: split/replace conf_lchans_for_pchan()Neels Hofmeyr1-4/+11
2016-07-25dyn PDCH: code dup: use conf_lchans_as_pchan()Neels Hofmeyr1-2/+6
2016-07-25cosmetic: clarify TCH/F_PDCH related naming and commentsNeels Hofmeyr3-22/+38
2016-07-25cosmetic: pcu_sock.c: rename ts_is_pdch() to ts_should_be_pdch()Neels Hofmeyr1-2/+2
2016-07-25fix compiler warning: msg_utils.c: fn_chk() constify argNeels Hofmeyr1-1/+1
2016-07-25info log: l1sap.c: add '0x' to hex outputNeels Hofmeyr1-2/+2
2016-07-25error log: rsl.c: typo x2Neels Hofmeyr1-2/+2
2016-07-25doc: move dyn_pdch.msc to osmo-gsm-manuals.gitNeels Hofmeyr1-1/+2
2016-07-05Mark array as static constMax1-3/+3
2016-06-23DTXu: move copy-pasted code to common partMax1-0/+11
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