|   | 1 | [[Include(WikiToC)]] | 
          
          
            |   | 2 |  | 
          
          
            |   | 3 | = Amarisoft 4G SDR System= | 
          
          
            |   | 4 |  | 
          
          
            |   | 5 | This tutorial contains instructions for running the [https://www.amarisoft.com/ amarisoft] eNB and UE on various platforms. | 
          
          
            |   | 6 |  | 
          
          
            |   | 7 | == Prerequisites == | 
          
          
            |   | 8 | 1. Two nodes, | 
          
          
            |   | 9 | 1. Currently supported: USRP x310, USRP 2974, USRP b210 | 
          
          
            |   | 10 | 1. Load the image {{{tutorial-amarisoft.ndz}}} onto both nodes | 
          
          
            |   | 11 | 1. Turn the nodes on | 
          
          
            |   | 12 | 1. If graphical display is desired, enable http tunneling to console and then to nodes | 
          
          
            |   | 13 | 1. ssh to the nodes | 
          
          
            |   | 14 |  | 
          
          
            |   | 15 | == mme on node 1 == | 
          
          
            |   | 16 |  | 
          
          
            |   | 17 | Fix 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 | 
          
          
            |   | 34 | root@srv1-lg1:~# cd /root/mme | 
          
          
            |   | 35 | root@srv1-lg1:~/mme# ./ltemme config/mme.cfg | 
          
          
            |   | 36 | LTE MME version 2020-04-24, Copyright (C) 2012-2020 Amarisoft | 
          
          
            |   | 37 | This software is licensed to Rutgers University (The State University of New Jersey). | 
          
          
            |   | 38 | License server: 10.50.0.8 (0b-b4-46-dc-2f-83-58-cb) | 
          
          
            |   | 39 | Support and software update available until 2020-12-02. | 
          
          
            |   | 40 |  | 
          
          
            |   | 41 | (mme)  | 
          
          
            |   | 42 | }}} | 
          
          
            |   | 43 |  | 
          
          
            |   | 44 | eNodeB | 
          
          
            |   | 45 |  |