Changes between Version 5 and Version 6 of GENILTE/LTEDeploymentRutgers


Ignore:
Timestamp:
09/19/17 12:56:56 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeploymentRutgers

    v5 v6  
    253253  }}}
    254254
    255 
    256 
    257 
     255**Important note:** Since UEs need to be added to the mme.cfg file that runs
     256on the EPC at Rutgers, GENI sites that wish to tap into this EPC will need
     257to request a SIM card to be sent out from Rutgers Winlab. Test SIM cards
     258from Anritsu will work without further configuration and multiple clients can
     259use identical SIMs. For a documentation on how to configure "factory-new"
     260SIM cards, please refer to Orbit's wiki page on how to do so:
     261http://www.orbit-lab.org/wiki/Documentation/gWide/bLTESIM
     262The last change that needs to be made is uncommenting the "persistent user
     263database"
     264eld at the very end of mme.cfg:
     265
     266  __Before:__
     267  {{{
     268    /* persistent user database */
     269    //ue_db_filename: "lte_ue.db",
     270    }
     271  }}}
     272   __After:__
     273  {{{
     274   /* persistent user database */
     275   ue_db_filename: "lte_ue.db",
     276   }
     277  }}}
     278
     279
     280= Licensing the EPC =
     281
     282In order to license the Amarisoft EPC, one must use the provided USB-key.
     283It must be plugged in directly to the GENI LTE EPC. First, mount the USB
     284drive. Then, copy over the key
     285les to the home folder of the root user. For
     286convenience, it is worthwhile to edit /etc/fstab to have this drive auto mount
     287in case it is ever unplugged:
     288
     289`UUID="device_block_id" /opt/license ext4 ro 0 0`
    258290
    259291   __Before:__