Nikolay Titov | 89004ec | 2017-06-19 18:22:42 -0400 | [diff] [blame] | 1 | syntax = "proto3"; |
2 | package bbf_fiber; | ||||
3 | |||||
4 | message VOntaniConfigData { | ||||
Nikolay Titov | 3b31db9 | 2017-08-02 18:11:33 -0400 | [diff] [blame] | 5 | string parent_ref = 1; |
6 | string expected_serial_number = 2; | ||||
7 | string expected_registration_id = 3; | ||||
8 | string preferred_chanpair = 4; | ||||
9 | string protection_chanpair = 5; | ||||
10 | uint32 upstream_channel_speed = 6; | ||||
11 | uint32 onu_id = 7; | ||||
Nikolay Titov | 89004ec | 2017-06-19 18:22:42 -0400 | [diff] [blame] | 12 | } |