[PATCH 2/2] Add basic EARFCN support

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Freyther holger at freyther.de
Thu Mar 17 14:50:52 UTC 2016


> On 17 Mar 2016, at 11:51, msuraev at sysmocom.de wrote:
> 
> +struct earfcn {
> +	/* EARFCN (16 bits) array */
> +	uint16_t *arfcn;


Who do you write the comments for? If for a developer, have you checked they turn up in doxygen?


> +	bool thresh_lo_valid;

this breaks the osmo-bts build:

http://jenkins.osmocom.org/jenkins/job/osmo-bts/2029/

In file included from sysinfo.c:23:
/home/builder/source/workspace/osmo-bts/FIRMWARE_VERSION/master/label/linux_i386_debian_squeeze/deps/libosmocore/../install/include/osmocom/gsm/sysinfo.h:56: error: expected specifier-qualifier-list before 'bool'






More information about the OpenBSC mailing list