libosmocore/utils
Holger Hans Peter Freyther 3a96d2837c conv_gen: Use python2 to execute the script
The script does not work with python3:

$ python3 utils/conv_gen.py
  File "utils/conv_gen.py", line 124
    def _print_term(self, fi, num_states, pack = False):

Second there is no 'python' on FreeBSD and one needs to select
the major version to use.

  GEN      conv_cs3_gen.c
  GEN      conv_xcch_gen.c
  GEN      conv_cs2_gen.c
python: not found
python: not found
python: not found

By using python2 we solve both issues. On Debian python2 is located
inside the python-minimal package.
2016-04-29 21:24:48 +02:00
..
Makefile.am utils: add TALLOC_CFLAGS to build 2015-12-08 14:14:29 +01:00
conv_gen.py conv_gen: Use python2 to execute the script 2016-04-29 21:24:48 +02: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: '-a' is already the algorithm. Fix the help 2015-05-26 00:11:37 +08:00
osmo-sim-test.c rename osim_file_find_* to osim_file_desc_find_* 2016-03-11 22:05:25 +07:00