summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-07-19VIRT-PHY: Don't redefine GSMTAP port number, use libosmocoreHarald Welte2-4/+2
2017-07-18VIRT-PHY Use libosmocore unix domain socket helperHarald Welte1-28/+11
2017-07-18VIRT-PHY: reorganize data structuresHarald Welte11-77/+82
2017-07-18VIRT-PHY: some more comments/documentationHarald Welte2-0/+8
2017-07-13VIRT-PHY: Use IPv4 multicast groups for private / local scopeHarald Welte1-2/+7
2017-07-13VIRT-PHY: Use osmo_fd_close() introduced in libosmocoreHarald Welte1-15/+4
2017-07-13VIRT-PHY: Use new OSMO_SOCK_F_NO_MCAST_{LOOP,ALL} flagsHarald Welte1-36/+8
2017-07-13VIRT-PHY mcast_sock: Use uint16_t for ports, bool and constHarald Welte2-14/+16
2017-07-13VIRT-PHY: mcast_sock: properly clean up in error paths (close/unreg socket)Harald Welte1-0/+4
2017-07-13VIRT-PHY: Further simplify mcast_sock codeHarald Welte2-97/+69
2017-07-13VIRT-PHY: mcast_sock: We must close the fd before setting it to -1Harald Welte1-1/+1
2017-07-13VIRT-PHY: mcast_sock: Don't keep subscribed multicast group aroundHarald Welte2-11/+7
2017-07-13VIRT-PHY: mcast_sock: Avoid dynamic allocation of osmo_fd memberHarald Welte2-24/+19
2017-07-13VIRT-PHY: osmo_mcast_sock: Get rid of server_sock.sock_confHarald Welte2-10/+1
2017-07-13VIRT-PHY: osmo_mcast_sock.c coding style cleanupHarald Welte1-24/+20
2017-07-13Port osmo_mcast_sock to libosmocore socket routinesHarald Welte1-65/+44
2017-07-13VIRT-PHY: Use gsmtap value_strings in recent libosmocoreHarald Welte1-42/+2
2017-07-13VIRT-PHY: common_util: chantype_gsmtap2rsl() now in libosmocoreHarald Welte3-85/+1
2017-07-12VIRT-PHY: Fix all compiler warnings on gcc-6.3.0Harald Welte6-4/+7
2017-07-12VIRT-PHY: Make sure heaer files are part of 'make dist'Harald Welte6-346/+12
2017-07-12VIRT-PHY: coding style / API usage cleanupHarald Welte12-485/+563
2017-07-12VIRT-PHY: Remove non-overridable CFLAGS "-g -O0"Harald Welte2-4/+0
2017-07-12VIRT-PHY: Configurable signal power reductions for multiple arfcns.Sebastian Stumpf8-25/+126
2017-07-12VIRT-PHY: Extracted common virtphy utils.Sebastian Stumpf4-78/+96
2017-07-12VIRT-PHY: Added option parsing.Sebastian Stumpf3-20/+70
2017-07-12VIRT-PHY: Add downlink filter for msg on dedicated channels.Sebastian Stumpf4-16/+18
2017-07-12VIRT-PHY: Fixed power management and PCS sync.Sebastian Stumpf6-82/+127
2017-07-12VIRT-PHY: Fixed FACCH processing on TCH.Sebastian Stumpf6-94/+160
2017-07-12VIRT-PHY: Scheduler - correct handling over hyperframe repeat.Sebastian Stumpf1-4/+14
2017-07-12VIRT-PHY: Calculate correct scheduler fn for data- and tch-msgs on ul.Sebastian Stumpf10-36/+385
2017-07-12VIRT-PHY: Fixed error causing send msgs to be received on same sock.Sebastian Stumpf1-1/+9
2017-07-12VIRT-PHY: Data and traffic req from l23 now use scheduler.Sebastian Stumpf8-67/+202
2017-07-12VIRT-PHY: Using IANA-registered port 4729 for GSMTAP for virt um.Sebastian Stumpf1-2/+2
2017-07-12VIRT-PHY: Uplink scheduler implementation.Sebastian Stumpf12-155/+492
2017-07-12VIRT-PHY: Uplink flag and arfcn check.Sebastian Stumpf1-43/+57
2017-07-12VIRT-PHY: Added example config for 2 mobile instances.Sebastian Stumpf2-5/+125
2017-07-12VIRT-PHY: Enable multiple phy-instances by configurable l1ctl-sock-path.Sebastian Stumpf4-7/+15
2017-07-12VIRT-PHY: Cleanup dirs, makefile, dependencies and formatting code.Sebastian Stumpf18-107/+85
2017-07-12VIRT_PHY: Improved l1ctl-to-l23 interface + gsmtap header parsing.Sebastian Stumpf7-339/+430
2017-07-12VIRT-PHY: Implemented RACH on uplink.Sebastian Stumpf7-110/+159
2017-07-12VIRT-PHY: Initial commit of virt-phy to work with osmo-bts virt-phy.Sebastian Stumpf26-1/+2515
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy5-28/+33
2017-05-25Makefile: add forgotten gsmmap to (dist)clean sectionVadim Yanitskiy1-0/+2
2017-05-25mobile/gsm48_mm.c: strip unused variableVadim Yanitskiy1-2/+0
2017-05-25mobile/gsm480_ss.c: gsm480_mmss_ind: return rcVadim Yanitskiy1-1/+2
2017-05-25mobile/gsm48_rr.c: fix BA range exceed checkVadim Yanitskiy1-1/+3
2017-05-25mobile/gsm480_ss.c: fix copy-paste errorVadim Yanitskiy1-2/+2
2017-05-25mobile/gsm322.c: fix mcc/mnc typoVadim Yanitskiy1-1/+1
2017-05-25mobile/gsm322.c: check fwrite() return valueVadim Yanitskiy1-9/+12
2017-05-25host/app_mobile.c: do not exit in mobile_new()Vadim Yanitskiy1-6/+7