Example #1
0
 def bandwidth_type25(self):
     bandwidth = "25"
     TC.change_bandwidth(bandwidth)
     client.putconfigFile_femto()
     adbClient.Start_airplane()
     TC.restart_TeNB()
     time.sleep(50)
     adbClient.Stop_airplane()
Example #2
0
 def ciphering_type50(self):
     bandwidth = "50"
     TC.change_bandwidth(bandwidth)
     TC.change_ciphering()
     client.putconfigFile_femto()
     adbClient.Start_airplane()
     TC.restart_TeNB()
     time.sleep(50)
     adbClient.Stop_airplane()