herlesupreeth / docker_open5gs

Docker files to run open5gs + IMS + eNB + gNB + NR-UE in a docker
BSD 2-Clause "Simplified" License
279 stars 156 forks source link

Add cli support for quick operations on HSS #284

Closed platini2 closed 2 months ago

platini2 commented 4 months ago

create a new standalone container which has the open5gs-dbctl script, using that container though a docker exec facilitates quick operations on the HSS without having to add or delete subs thought the WebUI

herlesupreeth commented 3 months ago

Hey @platini2 thank you for the MR. I will review closely once I am back from vacation.

But my initial thoughts are, I am not so pro of having a separate container for open5gs-dbctl rather I would incorporate in the base open5gs image so that users can just logging to hss container and use cli there ti add/remove users

platini2 commented 3 months ago

I can easily merge this in the pyhss container. In fact is a much simplers patch

herlesupreeth commented 2 months ago

Rather than another container. I would add the usage of CLI to the README