Changes between Version 12 and Version 13 of Tutorials/g0WmLTE/Tutorial4-OAI
- Timestamp:
- Mar 4, 2015, 9:06:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial4-OAI
v12 v13 16 16 17 17 Primary objective is to establish the LTE connection between the UE and eNB. node6-20 = eNB node19-18 = UE... 18 18 1. In oai.conf file, make sure to have correct IP address configuration for parameters "ENB_IPV4_ADDRESS_FOR_S1_MME" and "ENB_IPV4_ADDRESS_FOR_S1U" to match node numbers. For example, for nodeX-Y, these IP address parameters become as "10.10.X.Y/16". 19 20 1. Execute commands as 19 21 20 22 || On the eNB node (node6-20) || On the UE node (node19-18) || || 21 || lte-softmodem -Ooai.conf || lte-softmodem -U Ooai.conf || with MME support ||22 || || || with no MME support ||23 || lte-softmodem -Ooai.conf || lte-softmodem -U Ooai.conf || with MME support (in oai.conf, MME parameter should be: active = "yes") || 24 || || || with no MME support (in oai.conf, MME parameter should be: active = "no") || 23 25 24 26