bsc: Don't test CTRL commands for old NITB parameters

Change-Id: Ib6c6b24842d7ceb12a93200bd6208a6b392544b5
This commit is contained in:
Harald Welte 2018-01-28 11:55:35 +01:00
parent a3d192f1e4
commit 99740c83d3
1 changed files with 0 additions and 2 deletions

View File

@ -872,8 +872,6 @@ testcase TC_ctrl() runs on test_CT {
f_ctrl_get_exp(IPA_CTRL, "mcc", "1");
f_ctrl_get_exp(IPA_CTRL, "mnc", "1");
f_ctrl_get_exp(IPA_CTRL, "short-name", "OsmoBSC");
f_ctrl_get_exp(IPA_CTRL, "long-name", "OsmoBSC");
f_ctrl_get_exp(IPA_CTRL, "number-of-bts", "3");
var integer bts_nr := 0;