Changes between Version 97 and Version 98 of GENILTE/LTEDeployment


Ignore:
Timestamp:
06/21/17 11:06:54 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeployment

    v97 v98  
    385385
    386386== Populating the OAI Database ==
    387 
    388 The OAI uses a database to store setting in the following 6 tables: apn, mmeidentity, pdn, pgw and users. The Database definitions initially used in the BBN installation can found it this SQL dump file [https://raw.githubusercontent.com/GENI-NSF/geni-support/master/wireless/oai_db.sql  oai_db.sql]. The BBN installation used the existing Access Point Name (APN) "orbitA" which was entered in the Packet Data Network (PDN) table definitions.  Modifications were made to the OAI DB to add Rutgers Devices. A SQL dump of the BBN OAI database including the Rutgers devices can be seen in the  [https://raw.githubusercontent.com/GENI-NSF/geni-support/master/wireless/oai_db-rutgers-devices.sql oai_db-rutgers-devices.sql] file.
     387The OAI ePC software delivers an SQL script to install database, which is run only once:
     388{{{
     389$ ~/openair-cn/scripts/run_hss -i ~/openair-cn/src/oai_hss/db/oai_db.sql
     390}}}
     391 
     392The OAI ePC delivers a database with the following  tables: apn, mmeidentity, pdn, pgw and users. The Database definitions initially modified to include the BBN installation can found it this SQL dump file [https://raw.githubusercontent.com/GENI-NSF/geni-support/master/wireless/oai_db.sql  oai_db.sql]. The BBN installation used the existing Access Point Name (APN) "orbitA" which was entered in the Packet Data Network (PDN) table definitions.  Modifications were made to the OAI ePC database to add Rutgers UE devices. A SQL dump of the BBN OAI database including the Rutgers devices can be seen in the  [https://raw.githubusercontent.com/GENI-NSF/geni-support/master/wireless/oai_db-rutgers-devices.sql oai_db-rutgers-devices.sql] file.
    389393
    390394A ruby script [https://raw.githubusercontent.com/GENI-NSF/geni-support/master/wireless/fill_sql.rb fill_sql.rb ] was provided by Rutgers to make database changes for adding the mmeidentity entry for the user and pdn tables. Modifications were made to set the BBN realm, mme and hss values in the script: