Changes between Version 3 and Version 4 of GENILTE/LTEDeploymentRutgers


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeploymentRutgers

    v3 v4  
    7676  }}}
    7777
    78  * Next, give the MME a name to be identi
    79 ed by and also a "short" name
     78 * Next, give the MME a name to be identied by and also a "short" name
    8079
    8180    __Before:__
     
    9493   __"pdn_list" before:__
    9594  {{{
    96 pdn_list: [
    97    pdn_type: "ipv4",
    98    access_point_name: "test123",
    99    first_ip_addr: "192.168.3.2",
    100    last_ip_addr: "192.168.3.254",
    101    ip_addr_shift: 2, /* difference between allocated IP addresses is 4 */
    102    dns_addr: "8.8.8.8", /* Google DNS address */
    103    /* IPv6 sample config
    104    pdn_type: "ipv4v6",
    105    first_ipv6_prefix: "2001:468:3000:1::",
    106    last_ipv6_prefix: "2001:468:3000:ffff::",
    107    dns_addr: ["8.8.8.8", "2001:4860:4860::8888"], // Google IPv6 DNS address
    108    */
    109    erabs: [
    110    3
    111    qci: 9,
    112    priority_level: 15,
    113    pre_emption_capability: "shall_not_trigger_pre_emption",
    114    pre_emption_vulnerability: "not_pre_emptable",
    115    ,
    116    ],
    117    ,
    118    /* Some UE requires a specific PDN for data access */
    119    pdn_type: "ipv4",
    120    access_point_name: "internet",
    121    first_ip_addr: "192.168.4.2",
    122    last_ip_addr: "192.168.4.254",
    123    ip_addr_shift: 2,
    124    dns_addr: "8.8.8.8", /* Google DNS address */
    125    erabs: [
    126    qci: 9,
    127    priority_level: 15,
    128    pre_emption_capability: "shall_not_trigger_pre_emption",
    129    pre_emption_vulnerability: "not_pre_emptable",
    130    ,
    131    ],
    132    ,
    133    ],:
     95   pdn_list: [
     96       {
     97         pdn_type: "ipv4",
     98         access_point_name: "test123",
     99         first_ip_addr: "192.168.3.2",
     100         last_ip_addr: "192.168.3.254",
     101         ip_addr_shift: 2, /* difference between allocated IP addresses is 4 */
     102         dns_addr: "8.8.8.8", /* Google DNS address */
     103
     104         /* IPv6 sample config
     105         pdn_type: "ipv4v6",
     106         first_ipv6_prefix: "2001:468:3000:1::",
     107         last_ipv6_prefix: "2001:468:3000:ffff::",
     108         dns_addr: ["8.8.8.8", "2001:4860:4860::8888"], // Google IPv6 DNS address
     109         */
     110
     111         erabs: [
     112           {
     113             qci: 9,
     114             priority_level: 15,
     115             pre_emption_capability: "shall_not_trigger_pre_emption",
     116             pre_emption_vulnerability: "not_pre_emptable",
     117           },
     118         ],
     119       },
     120       {
     121         /* Some UE requires a specific PDN for data access */
     122         pdn_type: "ipv4",
     123         access_point_name: "internet",
     124         first_ip_addr: "192.168.4.2",
     125         last_ip_addr: "192.168.4.254",
     126         ip_addr_shift: 2,
     127         dns_addr: "8.8.8.8", /* Google DNS address */
     128         erabs: [
     129           {
     130             qci: 9,
     131             priority_level: 15,
     132             pre_emption_capability: "shall_not_trigger_pre_emption",
     133             pre_emption_vulnerability: "not_pre_emptable",
     134           },
     135         ],
     136       },
     137     ],
     138
    134139  }}}
    135140   __"pdn_list after:__
    136141  {{{
    137142   pdn_list: [
    138    pdn_type: "ipv4",
    139    access_point_name: "orbitA",
    140    first_ip_addr: "192.168.3.20",
    141    last_ip_addr: "192.168.3.200",
    142    ip_addr_shift: 2, /* difference between allocated IP addresses is 4 */
    143    dns_addr: "8.8.8.8", /* Google DNS address */
    144    mtu_ipv4: 1436,
    145    /* IPv6 sample config
    146    pdn_type: "ipv4v6",
    147    first_ipv6_prefix: "2001:468:3000:1::",
    148    last_ipv6_prefix: "2001:468:3000:ffff::",
    149    dns_addr: ["8.8.8.8", "2001:4860:4860::8888"], // Google IPv6 DNS address
    150    */
    151    erabs: [
    152    qci: 9,
    153    priority_level: 15,
    154    pre_emption_capability: "shall_not_trigger_pre_emption",
    155    pre_emption_vulnerability: "not_pre_emptable",
    156    ,
    157    ],
    158    ,
    159    /* Some UE requires a specific PDN for data access */
    160    pdn_type: "ipv4",
    161    access_point_name: "internet",
    162    first_ip_addr: "192.168.4.20",
    163    last_ip_addr: "192.168.4.200",
    164    ip_addr_shift: 2,
    165    dns_addr: "8.8.8.8", /* Google DNS address */
    166    mtu_ipv4: 1436,
    167    erabs: [
    168    qci: 9,
    169    priority_level: 15,
    170    pre_emption_capability: "shall_not_trigger_pre_emption",
    171    pre_emption_vulnerability: "not_pre_emptable",
    172    ,
    173    ],
    174    ,
    175    ],:
     143       {
     144         pdn_type: "ipv4",
     145         \textbf{access_point_name: "orbitA",
     146         first_ip_addr: "192.168.3.20",
     147         last_ip_addr: "192.168.3.200",}
     148         ip_addr_shift: 2, /* difference between allocated IP addresses is 4 */
     149         dns_addr: "8.8.8.8", /* Google DNS address */
     150         \textbf{mtu_ipv4: 1436,}
     151 
     152         /* IPv6 sample config
     153         pdn_type: "ipv4v6",
     154         first_ipv6_prefix: "2001:468:3000:1::",
     155         last_ipv6_prefix: "2001:468:3000:ffff::",
     156         dns_addr: ["8.8.8.8", "2001:4860:4860::8888"], // Google IPv6 DNS address
     157         */
     158 
     159         erabs: [
     160           {
     161             qci: 9,
     162             priority_level: 15,
     163             pre_emption_capability: "shall_not_trigger_pre_emption",
     164             pre_emption_vulnerability: "not_pre_emptable",
     165           },
     166         ],
     167       },
     168       {
     169         /* Some UE requires a specific PDN for data access */
     170         pdn_type: "ipv4",
     171         access_point_name: "internet",
     172         \textbf{first_ip_addr: "192.168.4.20",
     173         last_ip_addr: "192.168.4.200",}
     174         ip_addr_shift: 2,
     175         dns_addr: "8.8.8.8", /* Google DNS address */
     176         \textbf{mtu_ipv4: 1436,}
     177         erabs: [
     178           {
     179             qci: 9,
     180             priority_level: 15,
     181             pre_emption_capability: "shall_not_trigger_pre_emption",
     182             pre_emption_vulnerability: "not_pre_emptable",
     183           },
     184         ],
     185       },
     186     ],
     187
    176188  }}}
    177189