libosmocore/utils
Neels Hofmeyr 14477997c1 osmo-auc-gen: fix --sqn limit on 32bit systems, fixing build
osmo-auc-gen on 32bit systems allowed only --sqn up to 32bits width. However,
the recently added regression test for osmo-auc-gen includes an ivocation with
a 48bit wide --sqn, which now causes the builds to fail on 32bit systems.

Fix the --sqn argument parsing for larger integers by using strtoull(). Do away
with the intermediate variable 'ul' and place the value directly in the auth
data struct.

Change-Id: Ifb73b3b3de06576e36076ca573d52327f90a1f77
2017-03-20 00:21:42 +00:00
..
Makefile.am utils: add TALLOC_CFLAGS to build 2015-12-08 14:14:29 +01:00
conv_codes_gsm.py libosmocoding: migrate transcoding routines from OsmoBTS 2017-03-07 01:06:38 +07:00
conv_gen.py utils/conv_gen.py: add header generation feature 2017-03-06 17:06:45 +00:00
gen_website_doc_tree.sh add script to generate http://www.osmocom.org/doc tree structure 2011-08-20 17:40:08 +02:00
osmo-arfcn.c osmo-arfcn: Return something from the method 2013-04-21 21:04:19 +02:00
osmo-auc-gen.c osmo-auc-gen: fix --sqn limit on 32bit systems, fixing build 2017-03-20 00:21:42 +00:00
osmo-sim-test.c fix various compiler warnings (on FreeBSD-11.0) 2017-02-08 16:49:14 +01:00