Changes between Version 1 and Version 2 of Tutorials/oai-osm


Ignore:
Timestamp:
Jun 25, 2019, 1:10:43 PM (5 years ago)
Author:
nimakris
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/oai-osm

    v1 v2  
    9696
    9797Once the process is completed, you may attach a UE to the network. In order to attach a UE to the network, follow the instructions for the LTE UEs of Orbit, mentioned here: [https://www.orbit-lab.org/wiki/Hardware/fDevices/dWide "Available Devices"], [https://www.orbit-lab.org/wiki/Software/hDrivers#NetgearAC341U "Connecting an LTE UE to the network"]. All the Orbit UEs are already registered with the HSS, so they should require no further configuration. The default APN that you should use with this network is ''oai.ipv4''.** You can use the lte-ue.ndz image for loading it on a node equipped with an LTE dongle. The image has pre-installed all the required drivers for attaching the LTE dongle on the node, and only requires from you to send the commands for attaching it to the network.
     98
     99If for any case, your dongles do not see the LTE network, maybe it is either stopped or it operates in a different band. Navigate to the deployed instances in order to get the IP address of each VNF.
     100
     101Now you can connect directly on the VNF and debug if needed, through the OpenVIM container.
     102
     103{{{
     104nimakris@console.grid:~$ ssh root@node1-1
     105root@node1-1:~# lxc exec openvim-two -- bash
     106root@openvim-two:~# ssh ubuntu@VNF_ADDRESS
     107}}}
     108
     109The default user for accessing the VNFs is **user: ubuntu** and **password: osm4u**