Changes between Version 123 and Version 124 of GENILTE/LTEDeployment


Ignore:
Timestamp:
07/07/17 13:57:37 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENILTE/LTEDeployment

    v123 v124  
    7878After the reboot, the system comes up with Kernel 4.8.0-54-generic, which includes GPRS Tunneling Protocol kernel module enabled. GTP is required by the eNB packages. 
    7979
    80 Verify the kernel version and that the GTP module is enabled:
     80Verify the kernel version, enable the GPRS Tunneling Protocol (GTP) kernel module and reboot:
    8181{{{
    8282$ uname -r
    83834.8.0-54-generic
     84$ sudo modprobe gtp
     85$ sudo reboot
     86}}}
     87After the reboot, verify that the GTP kernel is enabled:
     88{{{
    8489$ lsmod|grep gtp
    8590gtp                    28672  0
     
    107112 ''Note: The owner:group will change for other sites''
    108113
    109 Enable GPRS Tunneling Protocol kernel module
    110 {{{
    111 sudo modprobe gtp
    112 }}}
     114
    113115
    114116== Installing OAI ePC Software ==