Attention is currently required from: fixeria.

fixeria uploaded patch set #2 to this change.

View Change

VTY: fix ambiguity in BTS specific command definitions

Most of the BTS specific VTY commands restrict BTS number to '<0-0>',
while bts_c0_power_red_cmd has '<0-255>'. This confuses libosmovty:

OsmoBTS# bts ?
<0-0> BTS number
<0-255> BTS Number

OsmoBTS# bts 0 ?
% Ambiguous command.

OsmoBTS# bts 0 c0-power-red 0
% Ambiguous command.

Let's stick to '<0-0>', we don't support multiple BTS anyway.

Change-Id: I937ac421143678b97627c1bc4fe573831ce097f6
---
M src/common/vty.c
M tests/osmo-bts.vty
2 files changed, 2 insertions(+), 2 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/12/27412/2

To view, visit change 27412. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I937ac421143678b97627c1bc4fe573831ce097f6
Gerrit-Change-Number: 27412
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newpatchset