summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-18host/layer23: don't init SAP interface by defaultVadim Yanitskiy1-4/+0
2018-12-18trx_toolkit/fake_trx.py: refactor global class hierarchyVadim Yanitskiy7-790/+663
2018-12-18trx_toolkit/data_if.py: add optional legacy message coding flagVadim Yanitskiy1-2/+2
2018-12-18trx_toolkit/data_msg.py: add optional legacy message coding flagVadim Yanitskiy1-1/+14
2018-12-18trx_toolkit/data_msg.py: use struct API for fn and toa256 codingVadim Yanitskiy1-16/+4
2018-12-16trx_toolkit/ctrl_if_bb.py: drop meaningless warningsVadim Yanitskiy1-8/+0
2018-12-16trx_toolkit/burst_send.py: exit if DATA dump parsing failedVadim Yanitskiy1-1/+2
2018-12-16trx_toolkit/burst_send.py: fix: use proper argparse groupVadim Yanitskiy1-3/+3
2018-12-16trx_toolkit: fix missing / useless importsVadim Yanitskiy4-4/+2
2018-12-12contrib/jenkins.sh: build and publish manualsOliver Smith1-0/+17
2018-12-12trx_toolkit/data_if.py: add message parsing methodsVadim Yanitskiy1-0/+33
2018-12-11trx_toolkit/ctrl_if.py: read data from socket in handle_rx()Vadim Yanitskiy2-5/+7
2018-12-11trx_toolkit/ctrl_if_*.py: transparently pass UDPLink argumentsVadim Yanitskiy2-4/+4
2018-12-10trx_toolkit/ctrl_if_bb.py: fix SETTA command handlingVadim Yanitskiy1-1/+1
2018-12-08trx_toolkit: merge copyright.py into app_common.pyVadim Yanitskiy8-32/+25
2018-12-08trx_toolkit: introduce logging configuration argumentsVadim Yanitskiy6-15/+97
2018-12-07trx_toolkit/fake_trx.py: migrate from getopt to argparseVadim Yanitskiy1-90/+44
2018-12-07trx_toolkit/trx_sniff.py: migrate from getopt to argparseVadim Yanitskiy1-121/+65
2018-12-07trx_toolkit/ctrl_cmd.py: migrate from getopt to argparseVadim Yanitskiy1-59/+27
2018-12-07trx_toolkit/burst_send.py: migrate from getopt to argparseVadim Yanitskiy1-131/+63
2018-12-07trx_toolkit/burst_gen.py: migrate from getopt to argparseVadim Yanitskiy1-145/+88
2018-12-07trx_toolkit/burst_gen.py: fix short version of --burst-typeVadim Yanitskiy1-3/+3
2018-12-07trx_toolkit: use generic logging module instead of print()Vadim Yanitskiy12-95/+145
2018-12-07trx_toolkit/fake_trx.py: drop randomization related cmd optionsVadim Yanitskiy2-42/+6
2018-12-07trx_toolkit/burst_fwd.py: also pass-filter UL bursts by time-slotVadim Yanitskiy1-0/+5
2018-12-07trx_toolkit/burst_fwd.py: properly pass-filter multiple time-slotsVadim Yanitskiy2-8/+19
2018-12-06trx_toolkit/burst_fwd.py: document and refactor BurstForwarderVadim Yanitskiy1-48/+126
2018-12-04doc/manuals: integrate into this repositoryOliver Smith3-4/+38
2018-11-29trxcon/l1ctl.c: handle hopping channels from L1CTL_DM_EST_REQVadim Yanitskiy1-21/+62
2018-11-29trxcon/trx_if.c: add SETFH CTRL command supportVadim Yanitskiy2-0/+46
2018-11-28build manuals moved here from osmo-gsm-manuals.gitOliver Smith3-15/+18
2018-11-28Merge history from osmo-gsm-manuals.gitNeels Hofmeyr4-0/+196
2018-11-28osmocomBB: Begin with a manual for the "mobile" applicationHolger Hans Peter Freyther4-0/+196
2018-11-28Importing history from osmo-gsm-manualsNeels Hofmeyr0-0/+0
2018-11-22trxcon/l1ctl.c: fix deprecated gsm_band_name() usageVadim Yanitskiy1-3/+13
2018-11-21mobile: use VTY bind addr from config, deprecate cmd line optionsVadim Yanitskiy3-20/+19
2018-11-21mobile: abort in case of argv handling errorsVadim Yanitskiy1-3/+10
2018-11-21mobile/app_mobile.c: use LOGP() instead of printf()/fprintf()Vadim Yanitskiy1-9/+8
2018-11-21mobile/app_mobile.c: drop redundant printf() callVadim Yanitskiy1-1/+0
2018-11-21Revert "mobile: fix vty bind ip override"Vadim Yanitskiy1-4/+3
2018-11-19mobile: fix vty bind ip overrideMax1-3/+4
2018-11-19Fix build with latest libosmocoreMax1-10/+0
2018-11-19l1l2 interface: use LOGP for socket errorsMax2-2/+4
2018-11-19osmocon: log error cause for socket openingMax1-1/+2
2018-11-19mobile: log socket path on errorMax1-1/+1
2018-11-16mobile: use proper type for boolean flagsMax2-11/+11
2018-11-16mobile: add header for MS' MNCC functionsMax4-10/+12
2018-11-08layer23: Avoid mempcy with NULL srcPau Espin Pedrol1-1/+2
2018-11-05layer23: Fix build against gpsd >= 3.18Pau Espin Pedrol1-2/+13
2018-11-05cosmetic: fix trailing whitespacePau Espin Pedrol1-4/+3