Skip to content
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

Bitrate support in simapp #25

Merged
merged 2 commits into from Nov 2, 2021
Merged

Bitrate support in simapp #25

merged 2 commits into from Nov 2, 2021

Conversation

vthiruveedula
Copy link
Contributor

No description provided.

simapp.go Outdated
@@ -163,9 +166,11 @@ type ApplicationFilteringRules struct {
// port range end
EndPort int32 `yaml:"end-port,omitempty" json:"end-port,omitempty"`

AppMbrUplink int32 `yaml:"app-mbr-uplink,omitempty" json:"app-mbr-uplink,omitempty"`
AppMbrUplink int64 `yaml:"app-mbr-uplink,omitempty" json:"app-mbr-uplink,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep it as is

AppMbrDownlink int32 `yaml:"app-mbr-downlink,omitempty" json:"app-mbr-downlink,omitempty"`
AppMbrDownlink int64 `yaml:"app-mbr-downlink,omitempty" json:"app-mbr-downlink,omitempty"`

BitRateUnit string `yaml:"bitrate-unit,omitempty" json:"bitrate-unit,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bitrate-unit or bitrateUnit ?

Copy link
Contributor

@badhrinathpa badhrinathpa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@thakurajayL thakurajayL merged commit a6841f5 into main Nov 2, 2021
@vthiruveedula vthiruveedula deleted the dev-bitrate-unit branch November 3, 2021 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants