Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/conv_gen.py: code style changes (line width, tabs, etc.) | Vadim Yanitskiy | 2016-09-24 | 1 | -181/+233 |
| | | | | Change-Id: I8550910b9f5c16efc6f15f23c7ee52122c588752 | ||||
* | conv_gen: Use python2 to execute the script | Holger Hans Peter Freyther | 2016-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | add two missing files (gsm0503.h / conv_gen.py) to previous commit | Harald Welte | 2016-04-29 | 1 | -0/+494 |