close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 6 and Version 7 of cLTE/eSoftware/cEpc


Ignore:
Timestamp:
Jun 13, 2017, 7:58:31 PM (7 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cLTE/eSoftware/cEpc

    v6 v7  
    8282cd YOUR_openair-cn_DIRECTORY
    8383cd SCRIPTS
    84 ./build_mme -i #Need to run only once to install missing packages
    85 ./build_hss -i #Need to run only once to install missing packages
    86 ./build_spgw -i #Need to run only once
     84./build_mme -I #Need to run only once to install missing packages
     85./build_hss -I #Need to run only once to install missing packages
     86./build_spgw -I #Need to run only once
    8787}}}
    88881. set up DB for hss
    8989 1. {{{./run_hss -i ~/openair-cn/SRC/OAI_HSS/db/oai_db.sql #Run only once to install database}}}
    9090 1. you can specify a different database dump, to replicate set ups.
    91  1. append info to DB as appropriate   
    92  1. Add mme hostname as entry in table mmeidentity
    93  1. add user/sim to users table, and pdn to pdn table
    94   1. mmeidentity for user must match index of mme used
    95   1. imsi specified for both user and pdn
    96   1. specify user key with UNHEX function
     91 1. append info to DB as appropriate, using the file [attachment:fill_sql.rb]
     92  1. Adds mme hostname as entry in table mmeidentity
     93  1. adds user/sim to users table, and pdn to pdn table
     94   1. mmeidentity for user must match index of mme used
     95   1. imsi specified for both user and pdn
     96   1. specify user key with UNHEX function
    9797
    9898==== Notes and References ====