Ericsson LTE Baseband License Needed – BB6630/6648 (Student, NDA Ready)

Hi!

I am Joran A student from The Netherlands and I am working on an Ericsson Baseband for LTE use. Since i am not working at a telco i am in need of a simple license. Does anyone (Under an NDA or contract if needed) want to share a license with me? Can be an older one for BB6630 or 6648?

Thank you

Hi, @jojoosinga, you can use an integration unlock and an emergency unlock it will unlock all functionality for several days.

Thanks! While im at it, do you know the way to get data outof the Baseband / Cell just like SNMP? Read about CORBA but could not find any way to setting it up. My plan was gonna be automate sending moshell commands and parsing output

@jojoosinga, baseband nodes uses netconf protocol, moshell does what you want already. You can try, but docs very poor.

2 Likes

I think the best way to automate any configuration process in BBs is by using the ENM script VM and with Python it is possible to send and receive cmedit commands.

1 Like

I dont have the ENM running since i dont have a copy of it

Hi, @jojoosinga !
If you don’t have an ENM, how do you organize crash monitoring of all Nodes (BBs)? Or do you have a small number of Nodes on your network? If there is only direct access to the Nodes, then you can use a batch file to create moshell commands for all BBs with your necessary commands.

Hi,

I only have 1 node (BB6630) Just automating moshell would be my best bet? I want to export the statistics to grafana or some other monitoring tool. Is that supported or should I code something with the python API

Hi, @jojoosinga, stat files are gzipped xml files. To get them from the node you can use sftp client.