commit | 4a78f3d277c6988313f976f86d14f89c094f690d | [log] [tgz] |
---|---|---|
author | selvamuthukumaran_c <selvamuthukumaran_c@infosys.com> | Wed May 22 06:13:57 2019 +0000 |
committer | Matteo Scandolo <teo@opennetworking.org> | Wed May 22 19:11:44 2019 +0000 |
tree | 51ac3a23cf58cfe68bee33f55dec2e5e02822a1c | |
parent | ddaa32c8e43512bf4b69d7f027984be93a6559d8 [diff] [blame] |
[seba-608] - fetch tech profile from subscriber object Change-Id: I06e2fedae97fb2b3216c22482ce788ca2a435bcb
diff --git a/sadisTypes.go b/sadisTypes.go index ba78ee2..e0cc5be 100644 --- a/sadisTypes.go +++ b/sadisTypes.go
@@ -51,6 +51,7 @@ RemoteID string `json:"remote_id"` UpstreamBandwidthProfile int `json:"upstream_bps_id"` DownstreamBandwidthProfile int `json:"downstream_bps_id"` + TechnologyProfileID int `json:"tech_profile_id"` } type subscribers struct {