A minimal docker env to run openLTE
docker-compose build
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
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=
The Dockerfile needs some fixing so that the entrypoint is directly the LDD_fdd_enodeb executable.