Attention is currently required from: iedemam, neels, laforge, pespin, dexter.
Patch set 5:Code-Review -1
2 comments:
File src/osmo-bsc/bts_vty.c:
Patch Set #5, Line 568: chan_alloc_allow
Why are you removing this part?
It's still a channel allocator specific option, right?
Patch Set #5, Line 582: !strcmp(argv[0], "0")
argv[0] can not be "0" or "1" anymore (because you've changed the command vector from '0|1' to 'never|voice|always'). You should add an alias for backwards-compatibility, `grep ALIAS_DEPRECATED` for examples.
To view, visit change 28276. To unsubscribe, or for help writing mail filters, visit settings.