You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.
We could greatly use a simple/basic way to query the EPC for various stats/information. At a minimum, this should include everything in the stats printout (number of eNB/UE) as well as uptime and some other basic health stats.
The text was updated successfully, but these errors were encountered:
Another option is to use an RPC style framework like grpc w/ protobuf. It's more structured so there is a little more work up front to specify messages, but gives you nice type checked abstractions into other supported languages instead of just a uri. RPC is likely overkill for simple REST stats querying, but does scale better if we do ever want to stream information out or notify on events.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We could greatly use a simple/basic way to query the EPC for various stats/information. At a minimum, this should include everything in the stats printout (number of eNB/UE) as well as uptime and some other basic health stats.
The text was updated successfully, but these errors were encountered: