cosmetic: bsc_vty: Document bvci reserved values

Change-Id: I7a4374c3619cb83ef8beef594281f887d9fbf70a
This commit is contained in:
Pau Espin 2017-11-28 15:05:08 +01:00 committed by Harald Welte
parent c5a84166cb
commit 8c209c9e2b
1 changed files with 1 additions and 0 deletions

View File

@ -2377,6 +2377,7 @@ DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
"GPRS BSSGP VC Identifier\n"
"GPRS BSSGP VC Identifier")
{
/* ETSI TS 101 343: values 0 and 1 are reserved for signalling and PTM */
struct gsm_bts *bts = vty->index;
if (bts->gprs.mode == BTS_GPRS_NONE) {