HomeSort by relevance Sort by last modified time
    Searched refs:cell_no (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
anritsu_utils.py 298 def _init_lte_bts(bts, user_params, cell_no, sim_card):
305 cell_no: specify the cell number this BTS is configured
313 bts.mcc = get_lte_mcc(user_params, cell_no, sim_card)
314 bts.mnc = get_lte_mnc(user_params, cell_no, sim_card)
315 bts.band = get_lte_band(user_params, cell_no)
316 bts.transmode = get_transmission_mode(user_params, cell_no)
317 bts.dl_antenna = get_dl_antenna(user_params, cell_no)
322 def _init_wcdma_bts(bts, user_params, cell_no, sim_card):
329 cell_no: specify the cell number this BTS is configured
337 bts.mcc = get_wcdma_mcc(user_params, cell_no, sim_card
    [all...]
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
anritsu_utils.py 298 def _init_lte_bts(bts, user_params, cell_no, sim_card):
305 cell_no: specify the cell number this BTS is configured
314 bts.mcc = get_lte_mcc(user_params, cell_no, sim_card)
315 bts.mnc = get_lte_mnc(user_params, cell_no, sim_card)
316 bts.band = get_lte_band(user_params, cell_no)
317 bts.transmode = get_transmission_mode(user_params, cell_no)
318 bts.dl_antenna = get_dl_antenna(user_params, cell_no)
323 def _init_wcdma_bts(bts, user_params, cell_no, sim_card):
330 cell_no: specify the cell number this BTS is configured
338 bts.mcc = get_wcdma_mcc(user_params, cell_no, sim_card
    [all...]

Completed in 148 milliseconds