Changes between Version 11 and Version 12 of Tutorials/g0WmLTE/Tutorial3
- Timestamp:
- Mar 11, 2017, 9:51:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial3
v11 v12 17 17 [[CollapsibleStart(Turn on the nodes: '''omf tell -a on -t system:topo:imaged''')]] [[Include(Documentation/Short/TellOn)]][[CollapsibleEnd]] 18 18 19 20 ==== Turn on the Aisrpsan basestation ==== 21 22 From the grid console: Make sure that the Airspan basestation is on and all the other TDD LTE basestations are off by using bastation control aggregate manager REST calls, 23 {{{ 24 curl mme-am.orbit-lab.org:5054/bscontrol/bs/1/stop 25 curl mme-am.orbit-lab.org:5054/bscontrol/bs/2/start 26 }}} 27 ==== Connect to the node ==== 19 28 Wait for nodes to boot up (30-40 seconds) and then ssh into them (don;t forget that, in case of baseline image, you are accessing nodes as 'root' user without password e.g.: 20 29 {{{ … … 28 37 modprobe GobiSerial 29 38 modprobe GobiNet 30 }}}31 32 ==== Turn on the Aisrpsan basestation ====33 34 Make sure that the Airspan basestation is on and all the other TDD LTE basestations are off by using bastation control aggregate manager REST calls, from the console:35 36 {{{37 curl mme-am.orbit-lab.org:5054/bscontrol/bs/1/stop38 curl mme-am.orbit-lab.org:5054/bscontrol/bs/2/start39 39 }}} 40 40