App to connect to eNodeB using Python

Hello guys,

I’m trying to develop a software to automatically deploy an 4G configuration with Python, sendind the commands directly to the BTS.

But i’m facing a problem to overpass the OSS and connect directly with the EnodeB.

Is there any way that I can connect from Python to the BTS?

Thanks!

Hi @rafagaeta, it depends on vendor and supported interfaces by eNodeB (netconf, corba, ssh, etc). Most of them supported in python.

Sorry, i forgot to specify that, is a Huawei EnodeB, the only way that i know to connect in the BTS is by U2020.

But not only connect, i want to send MML commands with this python connection.