uw-ictd / open5gs

open5gs is an open source implementation of the Evolved Packet Core and 5GC supporting 3GPP Release 16. This repository is a maintenance and research fork of the main upstream open5gs/open5gs.
https://open5gs.org
GNU Affero General Public License v3.0
2 stars 0 forks source link

we need an interface to query stats of mme/sgw/pgw #10

Open spencersevilla opened 4 years ago

spencersevilla commented 4 years ago

This could be done several different ways, but we definitely need some sort of method for reading the MME/SGW/PGW stats on demand. Could use an IPC socket, could use UDP/TCP, could use a REST API, doesn't really matter to me. Would like to see this done ASAP because this is a very useful debugging "multitool" (i.e. if there are 0 connected eNB or UE, we've got a problem even if the logs don't say so).