summaryrefslogtreecommitdiffstats
path: root/src/host
AgeCommit message (Expand)AuthorFilesLines
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 Stumpf17-105/+81
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 Stumpf24-0/+2468
2017-05-25host/mobile: use talloc for ms->name allocationVadim Yanitskiy5-28/+33
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
2017-05-25sap_interface.c: drop meaningless conditionVadim Yanitskiy1-1/+1
2017-05-24osmocon.c: strip unused variableVadim Yanitskiy1-3/+2
2017-01-15Support Early Classmark SendingHarald Welte2-1/+7
2017-01-15Fix encoding of padding at end of CLASSMARK 3 IEHarald Welte1-2/+2
2017-01-15mobile.c: Don't register 'end' command to CONFIG_NODEHarald Welte1-1/+0
2017-01-15mobile: Finally fix copyright noticeHarald Welte1-2/+2
2016-01-18host/mobile: Improved SAP interface integrationЯницкий Ва дим7-22/+104
2016-01-18mobile: Fix for "Added runtime selection of gps device"Яницкий Ва дим1-5/+4
2015-12-31modernize AM_INit_AUTOMAKEHarald Welte1-3/+2
2015-12-31autoconf: Migrate from INCLUDES to AM_CPPFLAGSHarald Welte3-3/+3
2015-04-28host/mobile: Finish working support for the SAP interfaceSylvain Munaut6-53/+545