~comnets/openwns-systemtest-wimac/systemtest-wimac--main--1.0

« back to all changes in this revision

Viewing changes to configBeamforming/configSDMA.py

  • Committer: Xiaoniu Yang
  • Date: 2010-06-18 11:43:45 UTC
  • Revision ID: yxn@beast-20100618114345-rpi0nxfu8932q2tp
made it compatible with scenarios changes about set channel model

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
bsAntenna = scenarios.antenna.IsotropicAntennaCreator([0.0, 0.0, 1.5])
83
83
bsCreator = wimac.support.nodecreators.WiMAXBSCreator(stationIDs, Config)
84
84
ueCreator = wimac.support.nodecreators.WiMAXUECreator(stationIDs, Config)
85
 
scenarios.builders.CreatorPlacerBuilder(bsCreator, bsPlacer, bsAntenna, ueCreator, uePlacer)
 
85
channelmodelcreator = wimac.support.helper.TestChannelModelCreator()
 
86
scenarios.builders.CreatorPlacerBuilder(bsCreator, bsPlacer, bsAntenna, ueCreator, uePlacer, channelmodelcreator)
86
87
 
87
88
wimac.support.helper.setupPhy(WNS, Config, "LoS_Test")
88
89