Changes between Initial Version and Version 1 of Tutorials/4G5G/amarisoft


Ignore:
Timestamp:
May 23, 2020, 3:37:29 AM (4 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/4G5G/amarisoft

    v1 v1  
     1[[Include(WikiToC)]]
     2
     3= Amarisoft 4G SDR System=
     4
     5This tutorial contains instructions for running the [https://www.amarisoft.com/ amarisoft] eNB and UE on various platforms.
     6
     7== Prerequisites ==
     81. Two nodes,
     91. Currently supported: USRP x310, USRP 2974, USRP b210
     101. Load the image {{{tutorial-amarisoft.ndz}}} onto both nodes
     111. Turn the nodes on
     121. If graphical display is desired, enable http tunneling to console and then to nodes
     131. ssh to the nodes
     14
     15== mme on node 1 ==
     16
     17Fix the address in the configuration file
     18
     19{{{
     20  /*                                                                                                                                                                                                               
     21    Bind address for GTP-U. Normally this is the IP                                                                                                                                                               
     22    address of one of the two data subnet interfaces                                                                                                                                                               
     23  */
     24  gtp_addr: "10.29.1.6",
     25  /*                                                                                                                                                                                                               
     26    Network name and network short name sent in the EMM                                                                                                                                                           
     27    information message to the UE                                                                                                                                                                                 
     28  */
     29  network_name: "COSMOS Testbed 4G/5G Network",
     30  network_short_name: "COSMOS",
     31}}}
     32
     33{{{#!shell-session
     34root@srv1-lg1:~# cd /root/mme
     35root@srv1-lg1:~/mme# ./ltemme config/mme.cfg
     36LTE MME version 2020-04-24, Copyright (C) 2012-2020 Amarisoft
     37This software is licensed to Rutgers University (The State University of New Jersey).
     38License server: 10.50.0.8 (0b-b4-46-dc-2f-83-58-cb)
     39Support and software update available until 2020-12-02.
     40
     41(mme)
     42}}}
     43
     44eNodeB
     45