Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 792 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 792 Bytes

docker-openlte

A minimal docker env to run openLTE

build

docker-compose build

run

docker-compose up -d
telnet 0 30000

You will have the classical prompt to configure and run OpenLTE eNB. As /tmp is mounted in the ./ directory per docker-compose, you will get the PCAP and the config file generated by OpenLTE.

Logs accessible using

docker-compose logs -f 
telnet 0 30001

config commands

write use_cnfg_file 1
write use_user_file 1
write band 5
write mcc 901
write mnc 55
write bandwidth 5
write dl_earfcn 2525
write tx_gain 86
write rx_gain 30     
write ip_addr_start 0A000001
write dns_addr 08080808
add_user imsi= imei= k=

caveats

The Dockerfile needs some fixing so that the entrypoint is directly the LDD_fdd_enodeb executable.