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!
vlr9999
November 30, 2022, 4:12pm
2
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.
Don’t know if you’re still looking for this, but there’s a module in the MAE OSS called iSStar that will let you run some sort of python variant, with limited functionality.