-
gNMI spec section 3.5 says telemetry updates should be encoded as (path, scalar value) pairs.
> When aggregation is not permitted by the client or the schema each update message MUST contain a (key…
-
Considering the following [yang model](https://github.com/openconfig/ygot/files/8314732/enum.yang.txt),
When generating ygot code using
```
//go:generate bash -c "/home/hans/git/ygot/generator/ge…
-
proto_generator -add_schemapaths=false -base_import_path=github.com/openconfig/public/release/proto -compress_paths -consistent_union_enum_names -typedef_enum_with_defmod -enum_package_name=enums -exc…
-
```
~/openmgmt/src/ygot$ go run $GOPATH/src/github.com/openconfig/ygot/generator/generator.go -path=yang -output_file=pkg/oc.go -package_name=oc -generate_fakeroot -fakeroot_name=device -compress_pat…
-
I'm hitting a ygot bug while trying to generate the bindings for the Arista vxlan model[1]. Ygot fails to retrieve the structure name for one of the types if path compression is enabled [2][3].
It'…
-
Hi,
Considering the following [yang model](https://github.com/openconfig/ygot/files/8207481/bug.yang.txt), validation fails with following debugLibrary output:
```
DataNodeAtPath got leafref wi…
-
`goyang` currently has a bug whereby it always recognizes `min` and `max` as the min and max of the root type (i.e. uint64, int8, etc.) instead of its [direct typedef parent](https://tools.ietf.org/ht…
-
Hi all,
This is mostly an inquiry if the only available/completed test is the one outlined in the example?
The reason for my asking is that I've noticed feature/system/tests/ using
```
func T…
-
I was doing some tests and I noticed testdevice-2.0.0 model cannot be initialized. Something to investigate later.
```
panic: schema error: could not unzip the schema; json: cannot unmarshal obje…
-
It is common for a leaf node to have a default value ([here](https://github.com/openconfig/public/blob/master/release/models/wifi/phy/openconfig-wifi-phy.yang#L135) is an example). If those nodes are …