|
Running_notes
1. NICE streaming application testRequirements:
Installation:
Configuration file: omnetpp.ini
Run:cd OverSim-20090908/simulations ../src/OverSim -u Cmdenv -c NiceTestAppGTITM 2. Tests with an outside wimax singleHostRequirements:
MUST setup OverSim on two sides: Server and SingleHost (on two different hosts) Installation:
Configuration files:
Run:
Server:sudo openvpn openvpn_server.txt SingleHost:sudo openvpn openvpn_client.txt sudo ./add_static_route_singlehost.sh 2. Run at SingleHost firstcd OverSim/simulations/realworld/ ./run.sh 3. Then start Server:cd OverSim/simulations/realworld/ sudo ./root_setup-world.sh Notes:Must setup openvpn tunnel first of all to create an interface 1.1.1.2 for SingleHost and to resolve the problem of public/private IP address range. 3. Support IMS systemRequirements:osip , eXosip2 Run on 1 simulation server and many SingleHosts. Common INET: svn/trunk/inet_ims Separate OverSim for each side (server, single hosts) Overlay Server:Checkout: svn/trunk/OverSim_server_2010 EnodeBCheckout: svn/trunk/eNodeB Independent Single UEsCheckout: svn/trunk/OverSim_singlehost_UE Run:Scenario 21. Start 2 eNodeBs (on the pc which hosts 2 enodebs) cd OverSim/simulations/realworld sudo ./add_static_route.sh sudo ./run_2_enodeb.sh See more detail in run_2_enodeb.sh to run enodebs on different computers. Terminate: sudo killall OverSim sudo ./del_static_route.sh 2. Start server (on server side) cd OverSim/simulations/realworld sudo ./add_static_route.sh sudo ./root_setup-world.sh Terminate: Ctrl+C 3. Run SIPp client Scenario 31. Start singleHost*s (on the pc that hosts all of them) cd OverSim/simulations/realworld sudo ./add_static_route.sh sudo ./setup_4_interface.sh sudo ./run_4_singlehost.sh setup_4_interface.sh to create 4 sub-interface of eth0 with 4 different IP addresses. 2. Start server cd OverSim/simulations/realworld sudo ./add_static_route.sh sudo ./root_setup-world.sh NotesMust run add_static_route.sh to make sure that OverSim packets are routed directly and correctly between different sides (server, enodeb, singlehosts) |