-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deployment info to gateway_metadata #430
Conversation
bc992aa
to
3040d0e
Compare
3040d0e
to
730e1db
Compare
src/service/mobile_config.proto
Outdated
repeated radio_deployment_info radio_deployment_info = 1; | ||
} | ||
|
||
message radio_deployment_info { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prepend CBRS to this message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It makes sense, I will
// antenna id | ||
uint32 antenna = 1; | ||
// The height of the hotspot above ground level in whole meters | ||
uint32 elevation = 2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe add comments for each field here providing some context of each field
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking about that but nothing comes to mind except obvious: "Antenna azimuth" (etc)
No description provided.