VOL-3978 - update to go 1.16.3
Change-Id: I7a6ce8f823b7ea68ac446c43ca833e1d63a47779
diff --git a/Makefile b/Makefile
index 884693b..e9f436a 100755
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@
--build-arg org_opencord_vcs_dirty="${DOCKER_LABEL_VCS_DIRTY}"
# tool containers
-VOLTHA_TOOLS_VERSION ?= 2.3.1
+VOLTHA_TOOLS_VERSION ?= 2.4.0
GO = docker run --rm --user $$(id -u):$$(id -g) -v ${CURDIR}:/app -v gocache:/.cache -v gocache-${VOLTHA_TOOLS_VERSION}:/go/pkg voltha/voltha-ci-tools:${VOLTHA_TOOLS_VERSION}-golang go
GO_JUNIT_REPORT = docker run --rm --user $$(id -u):$$(id -g) -v ${CURDIR}:/app -i voltha/voltha-ci-tools:${VOLTHA_TOOLS_VERSION}-go-junit-report go-junit-report
diff --git a/docker/Dockerfile.openonu b/docker/Dockerfile.openonu
index 26b1c20..f65a9f9 100755
--- a/docker/Dockerfile.openonu
+++ b/docker/Dockerfile.openonu
@@ -15,10 +15,10 @@
# -------------
# Build stage
-FROM --platform=linux/amd64 golang:1.13.8-alpine3.11 AS dev
+FROM --platform=linux/amd64 golang:1.16.3-alpine3.13 AS dev
# Install required packages
-RUN apk add --no-cache build-base=0.5-r1
+RUN apk add --no-cache build-base=0.5-r2
# Use Standard go build directory structure
WORKDIR /go/src
diff --git a/go.mod b/go.mod
index a196416..ad4b564 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/opencord/voltha-openonu-adapter-go
-go 1.13
+go 1.16
require (
github.com/boguslaw-wojcik/crc32a v1.0.0
@@ -9,9 +9,9 @@
github.com/golang/protobuf v1.3.2
github.com/google/gopacket v1.1.17
github.com/looplab/fsm v0.1.0
- github.com/opencord/omci-lib-go v0.16.2
- github.com/opencord/voltha-lib-go/v4 v4.2.2
- github.com/opencord/voltha-protos/v4 v4.0.13
+ github.com/opencord/omci-lib-go v0.17.0
+ github.com/opencord/voltha-lib-go/v4 v4.2.3
+ github.com/opencord/voltha-protos/v4 v4.1.0
github.com/stretchr/testify v1.6.1
google.golang.org/grpc v1.25.1 // indirect
)
diff --git a/go.sum b/go.sum
index 123a0f6..2faa00d 100644
--- a/go.sum
+++ b/go.sum
@@ -64,7 +64,6 @@
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/frankban/quicktest v1.5.0 h1:Tb4jWdSpdjKzTUicPnY61PZxKbDoGa7ABbrReT3gQVY=
github.com/frankban/quicktest v1.5.0/go.mod h1:jaStnuzAqU1AJdCO0l53JDCJrVDKcS03DbaAcR7Ks/o=
-github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
@@ -126,8 +125,9 @@
github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
-github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
+github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
+github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
@@ -150,14 +150,13 @@
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.4.2 h1:3mYCb7aPxS/RU7TI1y4rkEn1oKmPRjNJLNEXgw7MH2I=
github.com/onsi/gomega v1.4.2/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
-github.com/opencord/omci-lib-go v0.16.2 h1:ywbaZLrLV+6VgyXV3I1LysdErt5HQutcin1CaaGRkA4=
-github.com/opencord/omci-lib-go v0.16.2/go.mod h1:6OIHB14Ch5qGgHzwSWlMACtk5KFoLzQ4LAhdcy4jwvo=
-github.com/opencord/voltha-lib-go/v4 v4.2.2 h1:SKl47F2bTytZ+dZMtzXoNMUqcxSp3I4L7iiqp7ysL1M=
-github.com/opencord/voltha-lib-go/v4 v4.2.2/go.mod h1:K7lDkSkJ97EyfvX8fQtBmBvpj7n6MmwnAtD8Jz79HcQ=
-github.com/opencord/voltha-protos/v4 v4.0.12 h1:x8drb8inaUByjVLFbXSiQwRTU//dfde0MKIHyKb1JMw=
+github.com/opencord/omci-lib-go v0.17.0 h1:mSRtsWQ+y+mLUzLDrMNsQaMUb1fxKSXxXfl6sz3tgtA=
+github.com/opencord/omci-lib-go v0.17.0/go.mod h1:moNk4j00XaM3olsu4a8lRAqGmcZJoyIbxtSr+VERLq4=
+github.com/opencord/voltha-lib-go/v4 v4.2.3 h1:nT3k4ZMbYhJDrAtkgJ97to4Kznt5fsl5ULcB6XvGIhU=
+github.com/opencord/voltha-lib-go/v4 v4.2.3/go.mod h1:K7lDkSkJ97EyfvX8fQtBmBvpj7n6MmwnAtD8Jz79HcQ=
github.com/opencord/voltha-protos/v4 v4.0.12/go.mod h1:W/OIFIyvFh/C0vchRUuarIsMylEhzCRM9pNxLvkPtKc=
-github.com/opencord/voltha-protos/v4 v4.0.13 h1:4D6jZLrNDwWC3dhRxNtTGeXMv3GKzRUaSkm0aDQwINQ=
-github.com/opencord/voltha-protos/v4 v4.0.13/go.mod h1:W/OIFIyvFh/C0vchRUuarIsMylEhzCRM9pNxLvkPtKc=
+github.com/opencord/voltha-protos/v4 v4.1.0 h1:bZRI2sAJyxbDQY4yuTXrPNBnSEgfghyJel1JxBYvhnY=
+github.com/opencord/voltha-protos/v4 v4.1.0/go.mod h1:W/OIFIyvFh/C0vchRUuarIsMylEhzCRM9pNxLvkPtKc=
github.com/opentracing/opentracing-go v1.1.0 h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 h1:JhzVVoYvbOACxoUmOs6V/G4D5nPVUW73rKvXxP4XUJc=
@@ -199,8 +198,6 @@
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
-github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48=
-github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
@@ -237,15 +234,12 @@
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5/go.mod h1:WFFai1msRO1wXaEeE5yQxYXgSfI8pQAWXbQop6sCtWE=
golang.org/x/crypto v0.0.0-20191001170739-f9e2070545dc/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
-golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d h1:1ZiEyfaQIg3Qh0EoqpwAakHVhecoE5wlSg5GjnafJGw=
-golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 h1:psW17arqaxU48Z5kZ0CQnkZWQJsqcURM6tKiBApRjXI=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
-golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
@@ -259,8 +253,6 @@
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 h1:MsuvTghUPjX762sGLnGsxC3HM0B5r83wEtYcYR8/vRs=
-golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20201021035429-f5854403a974 h1:IX6qOQeG5uLjB/hjjwjedwfjND0hgjPMMyO1RoIXQNI=
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
@@ -269,7 +261,6 @@
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e h1:vcxGaoTs7kV8m5Np9uUNQin4BrLOthgV7252N8V+FwY=
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -283,12 +274,9 @@
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae h1:/WDfKMnPU+m5M4xB+6x4kaepxRw6jWvR5iDRdvjHgy8=
-golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f h1:+Nyd8tzPX9R7BWHguqsrbFdRx3WQ/1ib8I44HXV5yTA=
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
-golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
@@ -303,15 +291,11 @@
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd h1:hHkvGJK23seRCflePJnVa9IMv8fsuavSCWKd11kDQFs=
-golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
-golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
-golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
diff --git a/vendor/github.com/opencord/omci-lib-go/Makefile b/vendor/github.com/opencord/omci-lib-go/Makefile
index 166a13f..9165c7b 100644
--- a/vendor/github.com/opencord/omci-lib-go/Makefile
+++ b/vendor/github.com/opencord/omci-lib-go/Makefile
@@ -21,7 +21,7 @@
VERSION ?= $(shell cat ./VERSION)
# tool containers
-VOLTHA_TOOLS_VERSION ?= 1.0.3
+VOLTHA_TOOLS_VERSION ?= 2.4.0
GO = docker run --rm --user $$(id -u):$$(id -g) -v ${CURDIR}:/app $(shell test -t 0 && echo "-it") -v gocache:/.cache -v gocache-${VOLTHA_TOOLS_VERSION}:/go/pkg voltha/voltha-ci-tools:${VOLTHA_TOOLS_VERSION}-golang go
GO_JUNIT_REPORT = docker run --rm --user $$(id -u):$$(id -g) -v ${CURDIR}:/app -i voltha/voltha-ci-tools:${VOLTHA_TOOLS_VERSION}-go-junit-report go-junit-report
@@ -102,4 +102,4 @@
mod-update:
${GO} mod tidy
- ${GO} mod vendor
\ No newline at end of file
+ ${GO} mod vendor
diff --git a/vendor/github.com/opencord/omci-lib-go/VERSION b/vendor/github.com/opencord/omci-lib-go/VERSION
index 201a22c..c5523bd 100644
--- a/vendor/github.com/opencord/omci-lib-go/VERSION
+++ b/vendor/github.com/opencord/omci-lib-go/VERSION
@@ -1 +1 @@
-0.16.2
+0.17.0
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/aal5profile.go b/vendor/github.com/opencord/omci-lib-go/generated/aal5profile.go
index 5f23c88..9de7866 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/aal5profile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/aal5profile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/attribute.go b/vendor/github.com/opencord/omci-lib-go/generated/attribute.go
index c73d970..58bd6cf 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/attribute.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/attribute.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
@@ -28,11 +28,12 @@
"encoding/binary"
"errors"
"fmt"
- "github.com/deckarep/golang-set"
- "github.com/google/gopacket"
"reflect"
"sort"
"strings"
+
+ mapset "github.com/deckarep/golang-set"
+ "github.com/google/gopacket"
)
// Attribute types
@@ -400,7 +401,6 @@
// TODO: Only baseline supported at this time
return nil, errors.New("attribute encode for set-table-request not yet supported")
}
- return nil, errors.New("TODO")
}
func (attr *AttributeDefinition) tableAttributeSerializeTo(value interface{}, b gopacket.SerializeBuffer, msgType byte,
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/attributeme.go b/vendor/github.com/opencord/omci-lib-go/generated/attributeme.go
index 7e1c395..80f4e30 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/attributeme.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/attributeme.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/authenticationsecuritymethod.go b/vendor/github.com/opencord/omci-lib-go/generated/authenticationsecuritymethod.go
index bd8d2f6..57eb10d 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/authenticationsecuritymethod.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/authenticationsecuritymethod.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/bbftr-069managementserver.go b/vendor/github.com/opencord/omci-lib-go/generated/bbftr-069managementserver.go
index b9bf56c..46a098e 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/bbftr-069managementserver.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/bbftr-069managementserver.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/cesserviceprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/cesserviceprofile.go
index b32aa62..aebe6b5 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/cesserviceprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/cesserviceprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/classaccess.go b/vendor/github.com/opencord/omci-lib-go/generated/classaccess.go
index dbfeaf7..e38986f 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/classaccess.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/classaccess.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/classidmap.go b/vendor/github.com/opencord/omci-lib-go/generated/classidmap.go
index 3c3bdbe..b074c11 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/classidmap.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/classidmap.go
@@ -273,4 +273,4 @@
return (ClassID(240) <= classID && classID <= ClassID(255)) ||
(ClassID(350) <= classID && classID <= ClassID(399)) ||
(ClassID(65280) <= classID && classID <= ClassID(65535))
-}
\ No newline at end of file
+}
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/dot1agcfmstack.go b/vendor/github.com/opencord/omci-lib-go/generated/dot1agcfmstack.go
index 9372126..882a1b1 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/dot1agcfmstack.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/dot1agcfmstack.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/dot1agchassis-managementinfo.go b/vendor/github.com/opencord/omci-lib-go/generated/dot1agchassis-managementinfo.go
index 166c9d5..b636cb8 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/dot1agchassis-managementinfo.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/dot1agchassis-managementinfo.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/dot1agmaintenanceassociation.go b/vendor/github.com/opencord/omci-lib-go/generated/dot1agmaintenanceassociation.go
index 299ba5b..3715a25 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/dot1agmaintenanceassociation.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/dot1agmaintenanceassociation.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/dot1agmaintenancedomain.go b/vendor/github.com/opencord/omci-lib-go/generated/dot1agmaintenancedomain.go
index 9799cf8..ec2560d 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/dot1agmaintenancedomain.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/dot1agmaintenancedomain.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/dot1ratelimiter.go b/vendor/github.com/opencord/omci-lib-go/generated/dot1ratelimiter.go
index d3d2ed6..107a024 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/dot1ratelimiter.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/dot1ratelimiter.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/dot1xconfigurationprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/dot1xconfigurationprofile.go
index 1436448..57abc1d 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/dot1xconfigurationprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/dot1xconfigurationprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/enhancedsecuritycontrol.go b/vendor/github.com/opencord/omci-lib-go/generated/enhancedsecuritycontrol.go
index f2c8c81..af3fa3c 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/enhancedsecuritycontrol.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/enhancedsecuritycontrol.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/ethernetflowterminationpoint.go b/vendor/github.com/opencord/omci-lib-go/generated/ethernetflowterminationpoint.go
index 17a4b9e..67296f6 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/ethernetflowterminationpoint.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/ethernetflowterminationpoint.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/ethernetpseudowireparameters.go b/vendor/github.com/opencord/omci-lib-go/generated/ethernetpseudowireparameters.go
index f21a994..d49565f 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/ethernetpseudowireparameters.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/ethernetpseudowireparameters.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/fastchannelconfigurationprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/fastchannelconfigurationprofile.go
index 00420ab..e1ccdea 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/fastchannelconfigurationprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/fastchannelconfigurationprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/fastdatapathconfigurationprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/fastdatapathconfigurationprofile.go
index b4dea51..cd6ac4e 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/fastdatapathconfigurationprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/fastdatapathconfigurationprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/fastlineinventoryandstatusdatapart2.go b/vendor/github.com/opencord/omci-lib-go/generated/fastlineinventoryandstatusdatapart2.go
index 3a59574..fe876cc 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/fastlineinventoryandstatusdatapart2.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/fastlineinventoryandstatusdatapart2.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/fastvectoringlineconfigurationextensions.go b/vendor/github.com/opencord/omci-lib-go/generated/fastvectoringlineconfigurationextensions.go
index 7d44003..b218d3d 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/fastvectoringlineconfigurationextensions.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/fastvectoringlineconfigurationextensions.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/fastxtu-cperformancemonitoringhistorydata.go b/vendor/github.com/opencord/omci-lib-go/generated/fastxtu-cperformancemonitoringhistorydata.go
index a051055..16c2114 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/fastxtu-cperformancemonitoringhistorydata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/fastxtu-cperformancemonitoringhistorydata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/fastxtu-rperformancemonitoringhistorydata.go b/vendor/github.com/opencord/omci-lib-go/generated/fastxtu-rperformancemonitoringhistorydata.go
index 5114d6b..ff8741b 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/fastxtu-rperformancemonitoringhistorydata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/fastxtu-rperformancemonitoringhistorydata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/galethernetprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/galethernetprofile.go
index 569e146..877bad0 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/galethernetprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/galethernetprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/ieee802.1pmapperserviceprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/ieee802.1pmapperserviceprofile.go
index 79a8b89..a98d619 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/ieee802.1pmapperserviceprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/ieee802.1pmapperserviceprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/iphostconfigdata.go b/vendor/github.com/opencord/omci-lib-go/generated/iphostconfigdata.go
index c7a14a4..be0f1cc 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/iphostconfigdata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/iphostconfigdata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportbridgetabledata.go b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportbridgetabledata.go
index 207e429..1263f0c 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportbridgetabledata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportbridgetabledata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportdesignationdata.go b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportdesignationdata.go
index 6b86fd2..e14230e 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportdesignationdata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportdesignationdata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportfilterpre-assigntable.go b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportfilterpre-assigntable.go
index 1215cb3..0912f1f 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportfilterpre-assigntable.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeportfilterpre-assigntable.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeporticmpv6processpre-assigntable.go b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeporticmpv6processpre-assigntable.go
index c86dc96..9467ca2 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeporticmpv6processpre-assigntable.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeporticmpv6processpre-assigntable.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeserviceprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeserviceprofile.go
index c0cc23c..ee5434c 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/macbridgeserviceprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/macbridgeserviceprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/managedentityme.go b/vendor/github.com/opencord/omci-lib-go/generated/managedentityme.go
index 539078d..b716b09 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/managedentityme.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/managedentityme.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/mplspseudowireterminationpoint.go b/vendor/github.com/opencord/omci-lib-go/generated/mplspseudowireterminationpoint.go
index 213236b..ccd5697 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/mplspseudowireterminationpoint.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/mplspseudowireterminationpoint.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/multicastsubscribermonitor.go b/vendor/github.com/opencord/omci-lib-go/generated/multicastsubscribermonitor.go
index b973144..b95256e 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/multicastsubscribermonitor.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/multicastsubscribermonitor.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/networkaddress.go b/vendor/github.com/opencord/omci-lib-go/generated/networkaddress.go
index 48ae98d..b5d755d 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/networkaddress.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/networkaddress.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/octetstring.go b/vendor/github.com/opencord/omci-lib-go/generated/octetstring.go
index c6f3f0f..09e6eb8 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/octetstring.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/octetstring.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/olt-g.go b/vendor/github.com/opencord/omci-lib-go/generated/olt-g.go
index 9f91f49..d3d3c7d 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/olt-g.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/olt-g.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/omci.go b/vendor/github.com/opencord/omci-lib-go/generated/omci.go
index 331674b..10318ec 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/omci.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/omci.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/omcierror.go b/vendor/github.com/opencord/omci-lib-go/generated/omcierror.go
index 2129bd2..059e5ca 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/omcierror.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/omcierror.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/onu-g.go b/vendor/github.com/opencord/omci-lib-go/generated/onu-g.go
index b08a5fc..f4aacdc 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/onu-g.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/onu-g.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/onu2-g.go b/vendor/github.com/opencord/omci-lib-go/generated/onu2-g.go
index d922d03..d9643e9 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/onu2-g.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/onu2-g.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/onudata.go b/vendor/github.com/opencord/omci-lib-go/generated/onudata.go
index 3806507..8cb4a8f 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/onudata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/onudata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/onudynamicpowermanagementcontrol.go b/vendor/github.com/opencord/omci-lib-go/generated/onudynamicpowermanagementcontrol.go
index eabe189..da0180f 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/onudynamicpowermanagementcontrol.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/onudynamicpowermanagementcontrol.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/onupowershedding.go b/vendor/github.com/opencord/omci-lib-go/generated/onupowershedding.go
index c698117..c1931b6 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/onupowershedding.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/onupowershedding.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointlctuni.go b/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointlctuni.go
index e50cc4f..0e8815a 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointlctuni.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointlctuni.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointpotsuni.go b/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointpotsuni.go
index 6318c3c..bc12ee8 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointpotsuni.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointpotsuni.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointxdslunipart2.go b/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointxdslunipart2.go
index 894c40a..4de399d 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointxdslunipart2.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/physicalpathterminationpointxdslunipart2.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/pseudowiremaintenanceprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/pseudowiremaintenanceprofile.go
index 65d5b89..368852d 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/pseudowiremaintenanceprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/pseudowiremaintenanceprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/pseudowireterminationpoint.go b/vendor/github.com/opencord/omci-lib-go/generated/pseudowireterminationpoint.go
index f5406c9..54f30ec 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/pseudowireterminationpoint.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/pseudowireterminationpoint.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/pwethernetconfigurationdata.go b/vendor/github.com/opencord/omci-lib-go/generated/pwethernetconfigurationdata.go
index 187b195..11a6f4b 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/pwethernetconfigurationdata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/pwethernetconfigurationdata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/rtpprofiledata.go b/vendor/github.com/opencord/omci-lib-go/generated/rtpprofiledata.go
index 6d1330e..0eb13aa 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/rtpprofiledata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/rtpprofiledata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/rtppseudowireparameters.go b/vendor/github.com/opencord/omci-lib-go/generated/rtppseudowireparameters.go
index e089f91..3b0f568 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/rtppseudowireparameters.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/rtppseudowireparameters.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/snmpconfigurationdata.go b/vendor/github.com/opencord/omci-lib-go/generated/snmpconfigurationdata.go
index 2219b3e..1c878ad 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/snmpconfigurationdata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/snmpconfigurationdata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/t-cont.go b/vendor/github.com/opencord/omci-lib-go/generated/t-cont.go
index 61a26b4..01af10c 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/t-cont.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/t-cont.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/tcpudpconfigdata.go b/vendor/github.com/opencord/omci-lib-go/generated/tcpudpconfigdata.go
index e041031..87a8192 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/tcpudpconfigdata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/tcpudpconfigdata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/thresholddata1.go b/vendor/github.com/opencord/omci-lib-go/generated/thresholddata1.go
index b0ecfa9..2d062ee 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/thresholddata1.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/thresholddata1.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/thresholddata2.go b/vendor/github.com/opencord/omci-lib-go/generated/thresholddata2.go
index a4266d8..8145d76 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/thresholddata2.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/thresholddata2.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/trafficdescriptor.go b/vendor/github.com/opencord/omci-lib-go/generated/trafficdescriptor.go
index 1a23f08..1bac10e 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/trafficdescriptor.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/trafficdescriptor.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/trafficscheduler.go b/vendor/github.com/opencord/omci-lib-go/generated/trafficscheduler.go
index 000de15..0996420 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/trafficscheduler.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/trafficscheduler.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelmanagedentity.go b/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelmanagedentity.go
index 8750bbf..78547a8 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelmanagedentity.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelmanagedentity.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelomciperformancemonitoringhistorydata.go b/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelomciperformancemonitoringhistorydata.go
index 6765ed7..11c60f0 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelomciperformancemonitoringhistorydata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelomciperformancemonitoringhistorydata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/twdmchanneltuningperformancemonitoringhistorydatapart1.go b/vendor/github.com/opencord/omci-lib-go/generated/twdmchanneltuningperformancemonitoringhistorydatapart1.go
index 02c8755..292d21f 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/twdmchanneltuningperformancemonitoringhistorydatapart1.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/twdmchanneltuningperformancemonitoringhistorydatapart1.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelxgemperformancemonitoringhistorydata.go b/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelxgemperformancemonitoringhistorydata.go
index b79d889..d7ee1e1 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelxgemperformancemonitoringhistorydata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/twdmchannelxgemperformancemonitoringhistorydata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/uni-g.go b/vendor/github.com/opencord/omci-lib-go/generated/uni-g.go
index d7b52cd..58d8f6a 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/uni-g.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/uni-g.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/unknowng988me.go b/vendor/github.com/opencord/omci-lib-go/generated/unknowng988me.go
index af68823..aac283e 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/unknowng988me.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/unknowng988me.go
@@ -25,7 +25,6 @@
import "github.com/deckarep/golang-set"
-
var unknownG988BME *ManagedEntityDefinition
type UnknownG988ME struct {
@@ -44,16 +43,16 @@
),
AllowedAttributeMask: 0xffff,
AttributeDefinitions: AttributeDefinitionMap{
- 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
- 1: MultiByteField("UnknownAttr_1", OctetsAttributeType, 0x8000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 1),
- 2: MultiByteField("UnknownAttr_2", OctetsAttributeType, 0x4000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 2),
- 3: MultiByteField("UnknownAttr_3", OctetsAttributeType, 0x2000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 3),
- 4: MultiByteField("UnknownAttr_4", OctetsAttributeType, 0x1000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 4),
- 5: MultiByteField("UnknownAttr_5", OctetsAttributeType, 0x0800, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 5),
- 6: MultiByteField("UnknownAttr_6", OctetsAttributeType, 0x0400, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 6),
- 7: MultiByteField("UnknownAttr_7", OctetsAttributeType, 0x0200, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 7),
- 8: MultiByteField("UnknownAttr_8", OctetsAttributeType, 0x0100, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 8),
- 9: MultiByteField("UnknownAttr_9", OctetsAttributeType, 0x0080, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 9),
+ 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
+ 1: MultiByteField("UnknownAttr_1", OctetsAttributeType, 0x8000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 1),
+ 2: MultiByteField("UnknownAttr_2", OctetsAttributeType, 0x4000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 2),
+ 3: MultiByteField("UnknownAttr_3", OctetsAttributeType, 0x2000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 3),
+ 4: MultiByteField("UnknownAttr_4", OctetsAttributeType, 0x1000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 4),
+ 5: MultiByteField("UnknownAttr_5", OctetsAttributeType, 0x0800, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 5),
+ 6: MultiByteField("UnknownAttr_6", OctetsAttributeType, 0x0400, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 6),
+ 7: MultiByteField("UnknownAttr_7", OctetsAttributeType, 0x0200, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 7),
+ 8: MultiByteField("UnknownAttr_8", OctetsAttributeType, 0x0100, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 8),
+ 9: MultiByteField("UnknownAttr_9", OctetsAttributeType, 0x0080, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 9),
10: MultiByteField("UnknownAttr_10", OctetsAttributeType, 0x0040, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 10),
11: MultiByteField("UnknownAttr_11", OctetsAttributeType, 0x0020, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 11),
12: MultiByteField("UnknownAttr_12", OctetsAttributeType, 0x0010, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 12),
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/unknownvendorspecificme.go b/vendor/github.com/opencord/omci-lib-go/generated/unknownvendorspecificme.go
index 146e012..757b306 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/unknownvendorspecificme.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/unknownvendorspecificme.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
@@ -25,7 +25,6 @@
import "github.com/deckarep/golang-set"
-
var unknownVendorSpecificBME *ManagedEntityDefinition
type UnknownVendorSpecific struct {
@@ -44,16 +43,16 @@
),
AllowedAttributeMask: 0xffff,
AttributeDefinitions: AttributeDefinitionMap{
- 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
- 1: MultiByteField("UnknownAttr_1", OctetsAttributeType, 0x8000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 1),
- 2: MultiByteField("UnknownAttr_2", OctetsAttributeType, 0x4000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 2),
- 3: MultiByteField("UnknownAttr_3", OctetsAttributeType, 0x2000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 3),
- 4: MultiByteField("UnknownAttr_4", OctetsAttributeType, 0x1000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 4),
- 5: MultiByteField("UnknownAttr_5", OctetsAttributeType, 0x0800, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 5),
- 6: MultiByteField("UnknownAttr_6", OctetsAttributeType, 0x0400, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 6),
- 7: MultiByteField("UnknownAttr_7", OctetsAttributeType, 0x0200, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 7),
- 8: MultiByteField("UnknownAttr_8", OctetsAttributeType, 0x0100, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 8),
- 9: MultiByteField("UnknownAttr_9", OctetsAttributeType, 0x0080, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 9),
+ 0: Uint16Field("ManagedEntityId", PointerAttributeType, 0x0000, 0, mapset.NewSetWith(Read), false, false, false, 0),
+ 1: MultiByteField("UnknownAttr_1", OctetsAttributeType, 0x8000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 1),
+ 2: MultiByteField("UnknownAttr_2", OctetsAttributeType, 0x4000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 2),
+ 3: MultiByteField("UnknownAttr_3", OctetsAttributeType, 0x2000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 3),
+ 4: MultiByteField("UnknownAttr_4", OctetsAttributeType, 0x1000, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 4),
+ 5: MultiByteField("UnknownAttr_5", OctetsAttributeType, 0x0800, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 5),
+ 6: MultiByteField("UnknownAttr_6", OctetsAttributeType, 0x0400, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 6),
+ 7: MultiByteField("UnknownAttr_7", OctetsAttributeType, 0x0200, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 7),
+ 8: MultiByteField("UnknownAttr_8", OctetsAttributeType, 0x0100, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 8),
+ 9: MultiByteField("UnknownAttr_9", OctetsAttributeType, 0x0080, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 9),
10: MultiByteField("UnknownAttr_10", OctetsAttributeType, 0x0040, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 10),
11: MultiByteField("UnknownAttr_11", OctetsAttributeType, 0x0020, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 11),
12: MultiByteField("UnknownAttr_12", OctetsAttributeType, 0x0010, 1, toOctets("AA=="), mapset.NewSetWith(Read), true, true, false, 12),
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineconfigurationextensions3.go b/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineconfigurationextensions3.go
index cbde28d..e4f244c 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineconfigurationextensions3.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineconfigurationextensions3.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart1.go b/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart1.go
index 728b80e..88dca62 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart1.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart1.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart2.go b/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart2.go
index 2cb56d8..b212076 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart2.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart2.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart3.go b/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart3.go
index 6257db3..aeead66 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart3.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/vdsl2lineinventoryandstatusdatapart3.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/vlantaggingfilterdata.go b/vendor/github.com/opencord/omci-lib-go/generated/vlantaggingfilterdata.go
index 9edacad..186d06b 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/vlantaggingfilterdata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/vlantaggingfilterdata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/vlantaggingoperationconfigurationdata.go b/vendor/github.com/opencord/omci-lib-go/generated/vlantaggingoperationconfigurationdata.go
index 8bea617..db6b216 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/vlantaggingoperationconfigurationdata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/vlantaggingoperationconfigurationdata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/voipapplicationserviceprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/voipapplicationserviceprofile.go
index 4aa275f..04bf025 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/voipapplicationserviceprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/voipapplicationserviceprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/voipfeatureaccesscodes.go b/vendor/github.com/opencord/omci-lib-go/generated/voipfeatureaccesscodes.go
index 86f671e..02394ba 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/voipfeatureaccesscodes.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/voipfeatureaccesscodes.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/voiplinestatus.go b/vendor/github.com/opencord/omci-lib-go/generated/voiplinestatus.go
index f57cda1..214de88 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/voiplinestatus.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/voiplinestatus.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/voipmediaprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/voipmediaprofile.go
index deae97c..b908a72 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/voipmediaprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/voipmediaprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/voipvoicectp.go b/vendor/github.com/opencord/omci-lib-go/generated/voipvoicectp.go
index f59cf44..2bbd0d7 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/voipvoicectp.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/voipvoicectp.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelconfigurationprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelconfigurationprofile.go
index e5ae2a4..2b1f36d 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelconfigurationprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelconfigurationprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelconfigurationprofilepart2.go b/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelconfigurationprofilepart2.go
index 1552ea0..ac1aacb 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelconfigurationprofilepart2.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelconfigurationprofilepart2.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdslchanneldownstreamstatusdata.go b/vendor/github.com/opencord/omci-lib-go/generated/xdslchanneldownstreamstatusdata.go
index 0715a85..08adc36 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdslchanneldownstreamstatusdata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdslchanneldownstreamstatusdata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelupstreamstatusdata.go b/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelupstreamstatusdata.go
index 1ff3877..ed64b7e 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelupstreamstatusdata.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdslchannelupstreamstatusdata.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineconfigurationprofilepart2.go b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineconfigurationprofilepart2.go
index f2a62a7..cf5f2a3 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineconfigurationprofilepart2.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineconfigurationprofilepart2.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineconfigurationprofilepart3.go b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineconfigurationprofilepart3.go
index 66fb1d3..2a80c19 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineconfigurationprofilepart3.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineconfigurationprofilepart3.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart1.go b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart1.go
index 9e22a63..36eeea1 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart1.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart1.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart2.go b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart2.go
index 5676e9e..361203f 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart2.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart2.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart5.go b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart5.go
index 382da30..c4f3aca 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart5.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart5.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart8.go b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart8.go
index 19fe01b..07e8dcc 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart8.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdsllineinventoryandstatusdatapart8.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdslsubcarriermaskingdownstreamprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/xdslsubcarriermaskingdownstreamprofile.go
index 202351e..9e6ed17 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdslsubcarriermaskingdownstreamprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdslsubcarriermaskingdownstreamprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/generated/xdslsubcarriermaskingupstreamprofile.go b/vendor/github.com/opencord/omci-lib-go/generated/xdslsubcarriermaskingupstreamprofile.go
index a1c09d6..dc7d3bc 100644
--- a/vendor/github.com/opencord/omci-lib-go/generated/xdslsubcarriermaskingupstreamprofile.go
+++ b/vendor/github.com/opencord/omci-lib-go/generated/xdslsubcarriermaskingupstreamprofile.go
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
- /*
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
diff --git a/vendor/github.com/opencord/omci-lib-go/go.mod b/vendor/github.com/opencord/omci-lib-go/go.mod
index 77a4226..33a1e5b 100644
--- a/vendor/github.com/opencord/omci-lib-go/go.mod
+++ b/vendor/github.com/opencord/omci-lib-go/go.mod
@@ -1,21 +1,14 @@
module github.com/opencord/omci-lib-go
-go 1.13
+go 1.16
require (
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1
+ github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/google/gopacket v1.1.17
- github.com/stretchr/objx v0.2.0 // indirect
+ github.com/kr/pretty v0.2.1 // indirect
github.com/stretchr/testify v1.5.1
- golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
- golang.org/x/mod v0.2.0 // indirect
- golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 // indirect
- golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
- golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
- golang.org/x/text v0.3.2 // indirect
- golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd // indirect
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
diff --git a/vendor/github.com/opencord/omci-lib-go/go.sum b/vendor/github.com/opencord/omci-lib-go/go.sum
index dd264c4..0dd23e5 100644
--- a/vendor/github.com/opencord/omci-lib-go/go.sum
+++ b/vendor/github.com/opencord/omci-lib-go/go.sum
@@ -5,43 +5,26 @@
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/deckarep/golang-set v1.7.1 h1:SCQV0S6gTtp6itiFrTqI+pfmJ4LN85S1YzhDf9rTHJQ=
github.com/deckarep/golang-set v1.7.1/go.mod h1:93vsz/8Wt4joVM7c2AVqh+YRMiUSc14yDtF28KmMOgQ=
-github.com/google/gopacket v1.1.16-0.20190128161349-66eed7fc5258/go.mod h1:UCLx9mCmAwsVbn6qQl1WIEt2SO7Nd2fD0th1TBAsqBw=
github.com/google/gopacket v1.1.17 h1:rMrlX2ZY2UbvT+sdz3+6J+pp2z+msCq9MxTU6ymxbBY=
github.com/google/gopacket v1.1.17/go.mod h1:UdDNZ1OO62aGYVnPhxT1U6aI7ukYtA/kB8vaU0diBUM=
+github.com/kr/pretty v0.2.1 h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=
+github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
+github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
+github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
+github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
-github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
-github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
-github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.5.1 h1:nOGnQDM7FYENwehXlg/kFVnos3rEvtKTjRvOWSzb6H4=
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
-golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
-golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
-golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
-golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
-golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
-golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
-golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
-golang.org/x/tools v0.0.0-20200211045251-2de505fc5306/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
-golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
-golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
-golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
+gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
-gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
diff --git a/vendor/github.com/opencord/omci-lib-go/layers.go b/vendor/github.com/opencord/omci-lib-go/layers.go
index 6eb09a9..1bac6b3 100644
--- a/vendor/github.com/opencord/omci-lib-go/layers.go
+++ b/vendor/github.com/opencord/omci-lib-go/layers.go
@@ -19,8 +19,8 @@
import (
"errors"
- me "github.com/opencord/omci-lib-go/generated"
"github.com/google/gopacket"
+ me "github.com/opencord/omci-lib-go/generated"
)
var nextLayerMapping map[MessageType]gopacket.LayerType
diff --git a/vendor/github.com/opencord/omci-lib-go/mebase.go b/vendor/github.com/opencord/omci-lib-go/mebase.go
index ec1b08c..955e610 100644
--- a/vendor/github.com/opencord/omci-lib-go/mebase.go
+++ b/vendor/github.com/opencord/omci-lib-go/mebase.go
@@ -20,9 +20,9 @@
import (
"encoding/binary"
"fmt"
- me "github.com/opencord/omci-lib-go/generated"
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
+ me "github.com/opencord/omci-lib-go/generated"
)
type MeBasePacket struct {
diff --git a/vendor/github.com/opencord/omci-lib-go/meframe.go b/vendor/github.com/opencord/omci-lib-go/meframe.go
index d53a669..3c5ab53 100644
--- a/vendor/github.com/opencord/omci-lib-go/meframe.go
+++ b/vendor/github.com/opencord/omci-lib-go/meframe.go
@@ -10,8 +10,8 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- */
- /*
+ */
+/*
* NOTE: This file was generated, manual edits will be overwritten!
*
* Generated by 'goCodeGenerator.py':
@@ -23,9 +23,9 @@
import (
"errors"
"fmt"
- me "github.com/opencord/omci-lib-go/generated"
"github.com/deckarep/golang-set"
"github.com/google/gopacket"
+ me "github.com/opencord/omci-lib-go/generated"
"time"
)
diff --git a/vendor/github.com/opencord/omci-lib-go/omci.go b/vendor/github.com/opencord/omci-lib-go/omci.go
index e347b48..9b7f881 100644
--- a/vendor/github.com/opencord/omci-lib-go/omci.go
+++ b/vendor/github.com/opencord/omci-lib-go/omci.go
@@ -23,10 +23,11 @@
"encoding/binary"
"errors"
"fmt"
+
"github.com/aead/cmac/aes"
- me "github.com/opencord/omci-lib-go/generated"
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
+ me "github.com/opencord/omci-lib-go/generated"
)
// DeviceIdent identifies the OMCI message format. Currently either baseline or extended.
@@ -112,9 +113,9 @@
TransactionID uint16
MessageType MessageType
DeviceIdentifier DeviceIdent
- ResponseExpected bool // Significant for Download Section Request only
- Payload []byte // TODO: Deprecated. Use layers.BaseLayer.Payload
- padding []byte // TODO: Deprecated. Never Used
+ ResponseExpected bool // Significant for Download Section Request only
+ Payload []byte // TODO: Deprecated. Use layers.BaseLayer.Payload
+ padding []byte // TODO: Deprecated. Never Used
Length uint16
MIC uint32
}
@@ -252,7 +253,7 @@
//return errors.New(msg)
}
}
- omci.BaseLayer = layers.BaseLayer{data[:4], data[4:omci.Length]}
+ omci.BaseLayer = layers.BaseLayer{Contents: data[:4], Payload: data[4:omci.Length]}
p.AddLayer(omci)
nextLayer, err := MsgTypeToNextLayer(omci.MessageType)
if err != nil {
diff --git a/vendor/github.com/opencord/voltha-lib-go/v4/pkg/kafka/client.go b/vendor/github.com/opencord/voltha-lib-go/v4/pkg/kafka/client.go
index 0337432..eee9631 100644
--- a/vendor/github.com/opencord/voltha-lib-go/v4/pkg/kafka/client.go
+++ b/vendor/github.com/opencord/voltha-lib-go/v4/pkg/kafka/client.go
@@ -17,8 +17,9 @@
import (
"context"
- ca "github.com/opencord/voltha-protos/v4/go/inter_container"
"time"
+
+ ca "github.com/opencord/voltha-protos/v4/go/inter_container"
)
const (
@@ -37,9 +38,7 @@
)
const (
- DefaultKafkaHost = "127.0.0.1"
- DefaultKafkaPort = 9092
- DefaultKafkaAddress = DefaultKafkaHost + ":" + string(DefaultKafkaPort)
+ DefaultKafkaAddress = "127.0.0.1:9092"
DefaultGroupName = "voltha"
DefaultSleepOnError = 1
DefaultProducerFlushFrequency = 10
diff --git a/vendor/github.com/opencord/voltha-lib-go/v4/pkg/log/log.go b/vendor/github.com/opencord/voltha-lib-go/v4/pkg/log/log.go
index b8d498c..7b1a123 100644
--- a/vendor/github.com/opencord/voltha-lib-go/v4/pkg/log/log.go
+++ b/vendor/github.com/opencord/voltha-lib-go/v4/pkg/log/log.go
@@ -54,11 +54,12 @@
"context"
"errors"
"fmt"
- zp "go.uber.org/zap"
- zc "go.uber.org/zap/zapcore"
"path"
"runtime"
"strings"
+
+ zp "go.uber.org/zap"
+ zc "go.uber.org/zap/zapcore"
)
type LogLevel int8
@@ -217,7 +218,7 @@
case FatalLevel:
return "FATAL", nil
}
- return "", errors.New("Given LogLevel is invalid " + string(l))
+ return "", fmt.Errorf("Given LogLevel is invalid %d", l)
}
func getDefaultConfig(outputType string, level LogLevel, defaultFields Fields) zp.Config {
diff --git a/vendor/github.com/opencord/voltha-protos/v4/go/common/common.pb.go b/vendor/github.com/opencord/voltha-protos/v4/go/common/common.pb.go
index 7bfcb33..a370497 100644
--- a/vendor/github.com/opencord/voltha-protos/v4/go/common/common.pb.go
+++ b/vendor/github.com/opencord/voltha-protos/v4/go/common/common.pb.go
@@ -99,6 +99,8 @@
OperStatus_ACTIVE OperStatus_Types = 4
// The device has failed and cannot fulfill its intended role
OperStatus_FAILED OperStatus_Types = 5
+ // The device is reconciling
+ OperStatus_RECONCILING OperStatus_Types = 6
)
var OperStatus_Types_name = map[int32]string{
@@ -108,15 +110,17 @@
3: "TESTING",
4: "ACTIVE",
5: "FAILED",
+ 6: "RECONCILING",
}
var OperStatus_Types_value = map[string]int32{
- "UNKNOWN": 0,
- "DISCOVERED": 1,
- "ACTIVATING": 2,
- "TESTING": 3,
- "ACTIVE": 4,
- "FAILED": 5,
+ "UNKNOWN": 0,
+ "DISCOVERED": 1,
+ "ACTIVATING": 2,
+ "TESTING": 3,
+ "ACTIVE": 4,
+ "FAILED": 5,
+ "RECONCILING": 6,
}
func (x OperStatus_Types) String() string {
@@ -599,43 +603,44 @@
func init() { proto.RegisterFile("voltha_protos/common.proto", fileDescriptor_c2e3fd231961e826) }
var fileDescriptor_c2e3fd231961e826 = []byte{
- // 606 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x53, 0x5d, 0x4f, 0xdb, 0x30,
- 0x14, 0x6d, 0x9b, 0x96, 0xd1, 0x5b, 0x1a, 0x32, 0x03, 0x53, 0x87, 0x26, 0xad, 0xca, 0x0b, 0x6c,
- 0x62, 0xad, 0xc4, 0x78, 0xdd, 0x43, 0x48, 0xbc, 0xce, 0x02, 0x9c, 0xc8, 0x49, 0x8a, 0xe0, 0xa5,
- 0x0a, 0x8d, 0x29, 0x91, 0x68, 0x1c, 0x25, 0x2e, 0x12, 0x7f, 0x7b, 0xbf, 0x60, 0xb2, 0x53, 0xbe,
- 0x26, 0x5e, 0x12, 0x9f, 0x7b, 0x4e, 0xee, 0xf1, 0x3d, 0x8e, 0x61, 0xff, 0x41, 0xdc, 0xcb, 0xbb,
- 0x64, 0x56, 0x94, 0x42, 0x8a, 0x6a, 0x3c, 0x17, 0xcb, 0xa5, 0xc8, 0x47, 0x1a, 0xa1, 0x8d, 0x1a,
- 0xd9, 0xbb, 0xd0, 0x22, 0x1e, 0x32, 0xa1, 0x95, 0xa5, 0x83, 0xe6, 0xb0, 0x79, 0xd8, 0x65, 0xad,
- 0x2c, 0xb5, 0x0f, 0xc0, 0x20, 0x5e, 0x85, 0x86, 0xd0, 0xc9, 0x24, 0x5f, 0x56, 0x83, 0xe6, 0xd0,
- 0x38, 0xec, 0x1d, 0xc3, 0x68, 0xdd, 0x82, 0x78, 0xac, 0x26, 0xec, 0x3b, 0x00, 0x27, 0x5d, 0x66,
- 0x79, 0x28, 0x13, 0xc9, 0xed, 0x6b, 0xe8, 0x44, 0x8f, 0x05, 0xaf, 0x50, 0x0f, 0x3e, 0xc4, 0xf4,
- 0x8c, 0xfa, 0x97, 0xd4, 0x6a, 0x20, 0x04, 0x66, 0xc0, 0x70, 0xc0, 0xfc, 0x29, 0x09, 0x89, 0x4f,
- 0xb1, 0x67, 0x35, 0x95, 0x00, 0x53, 0xe7, 0xf4, 0x1c, 0x7b, 0x56, 0x0b, 0x6d, 0xc1, 0xa6, 0x47,
- 0xc2, 0x1a, 0x19, 0x68, 0x0f, 0x3e, 0x7a, 0xfe, 0x25, 0x3d, 0xf7, 0x1d, 0x8f, 0xd0, 0xc9, 0x8c,
- 0x5c, 0x38, 0x13, 0x6c, 0xb5, 0xed, 0x05, 0x80, 0x5f, 0xf0, 0x52, 0x19, 0xad, 0x2a, 0xfb, 0xea,
- 0x5d, 0x27, 0x13, 0xc0, 0x23, 0xa1, 0xeb, 0x4f, 0x31, 0xd3, 0x2e, 0x26, 0x80, 0xe3, 0x46, 0x64,
- 0xea, 0x44, 0x84, 0x4e, 0xac, 0x96, 0x12, 0x47, 0x38, 0xd4, 0xc0, 0x40, 0x00, 0x1b, 0x9a, 0xc4,
- 0x56, 0x5b, 0xad, 0x7f, 0x3b, 0x44, 0xf9, 0x77, 0x6c, 0x0c, 0x7d, 0x57, 0xe4, 0x39, 0x9f, 0xcb,
- 0xb5, 0xd7, 0xc9, 0xbb, 0x5e, 0xdb, 0xd0, 0x8b, 0x29, 0xc3, 0x8e, 0xfb, 0x47, 0x6d, 0xdc, 0x6a,
- 0xa2, 0x3e, 0x74, 0x5f, 0x60, 0xcb, 0xfe, 0xdb, 0x84, 0xbe, 0xda, 0x70, 0x22, 0x33, 0x91, 0x33,
- 0x5e, 0x15, 0xe8, 0x17, 0xb4, 0xe7, 0x22, 0xe5, 0x3a, 0x66, 0xf3, 0xf8, 0xdb, 0x53, 0x98, 0x6f,
- 0x44, 0xaf, 0x91, 0x5c, 0x95, 0xb9, 0x2b, 0x52, 0xce, 0xf4, 0x67, 0xe8, 0x00, 0xb6, 0x93, 0x34,
- 0xcd, 0x14, 0x97, 0xdc, 0xcf, 0xb2, 0xfc, 0x56, 0x0c, 0x5a, 0xfa, 0xc0, 0xcc, 0x97, 0x32, 0xc9,
- 0x6f, 0x85, 0xfd, 0x08, 0x3b, 0xef, 0x74, 0x51, 0xb9, 0xfa, 0x01, 0x66, 0x4e, 0x44, 0x7c, 0x3a,
- 0x0b, 0x63, 0xd7, 0xc5, 0x61, 0x68, 0x35, 0xde, 0x96, 0x55, 0x08, 0x31, 0x53, 0xd3, 0x7c, 0x86,
- 0xbd, 0x97, 0x72, 0x4c, 0xc3, 0x38, 0x08, 0x7c, 0x16, 0xe9, 0xe3, 0x7a, 0x43, 0x11, 0x3a, 0x0b,
- 0x98, 0x3f, 0x61, 0xaa, 0x99, 0x61, 0x1f, 0x41, 0x77, 0x9a, 0xdc, 0xaf, 0xb8, 0xca, 0xcb, 0xfe,
- 0x0a, 0x6d, 0xf5, 0x46, 0x5d, 0xe8, 0xe0, 0x8b, 0x20, 0xba, 0xb2, 0x1a, 0xeb, 0x93, 0x8e, 0x1c,
- 0xea, 0x62, 0xab, 0x69, 0x53, 0x30, 0xb5, 0x3a, 0x2c, 0xf8, 0x3c, 0xbb, 0xcd, 0x78, 0xf9, 0xff,
- 0x7f, 0x88, 0x8e, 0xa0, 0xf3, 0xa0, 0x14, 0x7a, 0x52, 0xf3, 0xf8, 0xd3, 0x53, 0x66, 0xcf, 0x26,
- 0x23, 0xf5, 0x60, 0xb5, 0xc8, 0x96, 0xb0, 0x55, 0xcf, 0xab, 0xe9, 0x0a, 0x59, 0x60, 0x84, 0x5c,
- 0xea, 0x76, 0x7d, 0xa6, 0x96, 0x68, 0x08, 0xbd, 0x38, 0xaf, 0x56, 0x45, 0x21, 0x4a, 0xc9, 0x53,
- 0xdd, 0xb5, 0xcf, 0x5e, 0x97, 0xd0, 0x2e, 0x74, 0x70, 0x59, 0x8a, 0x72, 0x60, 0x68, 0xae, 0x06,
- 0x68, 0x1f, 0x36, 0xbd, 0xac, 0x92, 0x49, 0x3e, 0xe7, 0x83, 0xb6, 0x26, 0x9e, 0xf1, 0xf7, 0x2f,
- 0xb0, 0x15, 0xf1, 0x4a, 0x5e, 0x88, 0x94, 0x9f, 0xf1, 0xc7, 0x4a, 0xcd, 0x98, 0x14, 0xd9, 0x4c,
- 0xf2, 0x4a, 0x5a, 0x8d, 0x53, 0x0c, 0x3b, 0xa2, 0x5c, 0x8c, 0x44, 0xc1, 0xf3, 0xb9, 0x28, 0xd3,
- 0x51, 0x7d, 0x25, 0xaf, 0x47, 0x8b, 0x4c, 0xde, 0xad, 0x6e, 0xd4, 0x3c, 0xe3, 0x27, 0x6e, 0x5c,
- 0x73, 0x3f, 0xd6, 0xd7, 0xf5, 0xe1, 0x64, 0xbc, 0x10, 0xeb, 0x4b, 0x7b, 0xb3, 0xa1, 0x8b, 0x3f,
- 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x27, 0x0a, 0x9c, 0xc8, 0xd3, 0x03, 0x00, 0x00,
+ // 619 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x53, 0x5f, 0x4f, 0xdb, 0x3e,
+ 0x14, 0x6d, 0x9b, 0xb6, 0x3f, 0x7a, 0x4b, 0x43, 0x7e, 0x06, 0xa6, 0x0e, 0x4d, 0x5a, 0x95, 0x17,
+ 0xd8, 0xc4, 0x5a, 0x89, 0xf1, 0xba, 0x87, 0x90, 0x78, 0x9d, 0x05, 0x38, 0x91, 0x93, 0x14, 0x8d,
+ 0x97, 0x2a, 0x34, 0x06, 0x32, 0xd1, 0x38, 0x4a, 0x5c, 0x34, 0xbe, 0xf6, 0x3e, 0xc1, 0x64, 0xa7,
+ 0xfc, 0x9b, 0x78, 0x49, 0x7c, 0xee, 0x39, 0xb9, 0x47, 0xe7, 0x3a, 0x17, 0xf6, 0xee, 0xc5, 0x9d,
+ 0xbc, 0x4d, 0xe6, 0x45, 0x29, 0xa4, 0xa8, 0x26, 0x0b, 0xb1, 0x5c, 0x8a, 0x7c, 0xac, 0x11, 0xea,
+ 0xd6, 0xc8, 0xde, 0x81, 0x16, 0xf1, 0x90, 0x09, 0xad, 0x2c, 0x1d, 0x36, 0x47, 0xcd, 0x83, 0x1e,
+ 0x6b, 0x65, 0xa9, 0xbd, 0x0f, 0x06, 0xf1, 0x2a, 0x34, 0x82, 0x4e, 0x26, 0xf9, 0xb2, 0x1a, 0x36,
+ 0x47, 0xc6, 0x41, 0xff, 0x08, 0xc6, 0xeb, 0x16, 0xc4, 0x63, 0x35, 0x61, 0xdf, 0x02, 0x38, 0xe9,
+ 0x32, 0xcb, 0x43, 0x99, 0x48, 0x6e, 0x5f, 0x42, 0x27, 0x7a, 0x28, 0x78, 0x85, 0xfa, 0xf0, 0x5f,
+ 0x4c, 0x4f, 0xa9, 0x7f, 0x41, 0xad, 0x06, 0x42, 0x60, 0x06, 0x0c, 0x07, 0xcc, 0x9f, 0x91, 0x90,
+ 0xf8, 0x14, 0x7b, 0x56, 0x53, 0x09, 0x30, 0x75, 0x4e, 0xce, 0xb0, 0x67, 0xb5, 0xd0, 0x26, 0x6c,
+ 0x78, 0x24, 0xac, 0x91, 0x81, 0x76, 0xe1, 0x7f, 0xcf, 0xbf, 0xa0, 0x67, 0xbe, 0xe3, 0x11, 0x3a,
+ 0x9d, 0x93, 0x73, 0x67, 0x8a, 0xad, 0xb6, 0xfd, 0x1b, 0xc0, 0x2f, 0x78, 0xa9, 0x8c, 0x56, 0x95,
+ 0xfd, 0xeb, 0x4d, 0x27, 0x13, 0xc0, 0x23, 0xa1, 0xeb, 0xcf, 0x30, 0xd3, 0x2e, 0x26, 0x80, 0xe3,
+ 0x46, 0x64, 0xe6, 0x44, 0x84, 0x4e, 0xad, 0x96, 0x12, 0x47, 0x38, 0xd4, 0xc0, 0x40, 0x00, 0x5d,
+ 0x4d, 0x62, 0xab, 0xad, 0xce, 0xdf, 0x1d, 0xa2, 0xfc, 0x3b, 0x68, 0x0b, 0xfa, 0x0c, 0xbb, 0x3e,
+ 0x75, 0xc9, 0x99, 0x12, 0x76, 0x6d, 0x0c, 0x03, 0x57, 0xe4, 0x39, 0x5f, 0xc8, 0xb5, 0xf9, 0xf1,
+ 0x9b, 0xe6, 0x5b, 0xd0, 0x8f, 0x29, 0xc3, 0x8e, 0xfb, 0x43, 0x25, 0xb1, 0x9a, 0x68, 0x00, 0xbd,
+ 0x67, 0xd8, 0xb2, 0xff, 0x34, 0x61, 0xa0, 0x12, 0x24, 0x32, 0x13, 0x39, 0xe3, 0x55, 0x81, 0xbe,
+ 0x41, 0x7b, 0x21, 0x52, 0xae, 0xe7, 0x6e, 0x1e, 0x7d, 0x7a, 0x9c, 0xee, 0x2b, 0xd1, 0x4b, 0x24,
+ 0x57, 0x65, 0xee, 0x8a, 0x94, 0x33, 0xfd, 0x19, 0xda, 0x87, 0xad, 0x24, 0x4d, 0x33, 0xc5, 0x25,
+ 0x77, 0xf3, 0x2c, 0xbf, 0x16, 0xc3, 0x96, 0xbe, 0x41, 0xf3, 0xb9, 0x4c, 0xf2, 0x6b, 0x61, 0x3f,
+ 0xc0, 0xf6, 0x1b, 0x5d, 0xd4, 0xa0, 0xfd, 0x00, 0x33, 0x27, 0x22, 0x3e, 0x9d, 0x87, 0xb1, 0xeb,
+ 0xe2, 0x30, 0xb4, 0x1a, 0xaf, 0xcb, 0x6a, 0x2a, 0x31, 0x53, 0x69, 0xde, 0xc3, 0xee, 0x73, 0x39,
+ 0xa6, 0x61, 0x1c, 0x04, 0x3e, 0x8b, 0xf4, 0xfd, 0xbd, 0xa2, 0x08, 0x9d, 0x07, 0xcc, 0x9f, 0x32,
+ 0xd5, 0xcc, 0xb0, 0x0f, 0xa1, 0x37, 0x4b, 0xee, 0x56, 0x5c, 0xcd, 0xcb, 0xfe, 0x08, 0x6d, 0xf5,
+ 0x46, 0x3d, 0xe8, 0xe0, 0xf3, 0x20, 0xfa, 0x69, 0x35, 0xd6, 0x57, 0x1f, 0x39, 0xd4, 0xc5, 0x56,
+ 0xd3, 0xa6, 0x60, 0x6a, 0x75, 0x58, 0xf0, 0x45, 0x76, 0x9d, 0xf1, 0xf2, 0xdf, 0x1f, 0x13, 0x1d,
+ 0x42, 0xe7, 0x5e, 0x29, 0x74, 0x52, 0xf3, 0xe8, 0xdd, 0xe3, 0xcc, 0x9e, 0x4c, 0xc6, 0xea, 0xc1,
+ 0x6a, 0x91, 0x2d, 0x61, 0xb3, 0xce, 0xab, 0xe9, 0x0a, 0x59, 0x60, 0x84, 0x5c, 0xea, 0x76, 0x03,
+ 0xa6, 0x8e, 0x68, 0x04, 0xfd, 0x38, 0xaf, 0x56, 0x45, 0x21, 0x4a, 0xc9, 0x53, 0xdd, 0x75, 0xc0,
+ 0x5e, 0x96, 0xd0, 0x0e, 0x74, 0x70, 0x59, 0x8a, 0x72, 0x68, 0x68, 0xae, 0x06, 0x68, 0x0f, 0x36,
+ 0xbc, 0xac, 0x92, 0x49, 0xbe, 0xe0, 0xc3, 0xb6, 0x26, 0x9e, 0xf0, 0xe7, 0x0f, 0xb0, 0x19, 0xf1,
+ 0x4a, 0x9e, 0x8b, 0x94, 0x9f, 0xf2, 0x87, 0x4a, 0x65, 0x4c, 0x8a, 0x6c, 0x2e, 0x79, 0x25, 0xad,
+ 0xc6, 0x09, 0x86, 0x6d, 0x51, 0xde, 0x8c, 0x45, 0xc1, 0xf3, 0x85, 0x28, 0xd3, 0x71, 0xbd, 0xa3,
+ 0x97, 0xe3, 0x9b, 0x4c, 0xde, 0xae, 0xae, 0x54, 0x9e, 0xc9, 0x23, 0x37, 0xa9, 0xb9, 0x2f, 0xeb,
+ 0xfd, 0xbd, 0x3f, 0x9e, 0xdc, 0x88, 0xf5, 0x16, 0x5f, 0x75, 0x75, 0xf1, 0xeb, 0xdf, 0x00, 0x00,
+ 0x00, 0xff, 0xff, 0x4d, 0x6f, 0x2b, 0x79, 0xe4, 0x03, 0x00, 0x00,
}
diff --git a/vendor/github.com/opencord/voltha-protos/v4/go/extension/extensions.pb.go b/vendor/github.com/opencord/voltha-protos/v4/go/extension/extensions.pb.go
index e6ebe01..ea6b404 100644
--- a/vendor/github.com/opencord/voltha-protos/v4/go/extension/extensions.pb.go
+++ b/vendor/github.com/opencord/voltha-protos/v4/go/extension/extensions.pb.go
@@ -10,6 +10,8 @@
empty "github.com/golang/protobuf/ptypes/empty"
config "github.com/opencord/voltha-protos/v4/go/ext/config"
grpc "google.golang.org/grpc"
+ codes "google.golang.org/grpc/codes"
+ status "google.golang.org/grpc/status"
math "math"
)
@@ -1918,6 +1920,17 @@
SetExtValue(context.Context, *SingleSetValueRequest) (*SingleSetValueResponse, error)
}
+// UnimplementedExtensionServer can be embedded to have forward compatible implementations.
+type UnimplementedExtensionServer struct {
+}
+
+func (*UnimplementedExtensionServer) GetExtValue(ctx context.Context, req *SingleGetValueRequest) (*SingleGetValueResponse, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetExtValue not implemented")
+}
+func (*UnimplementedExtensionServer) SetExtValue(ctx context.Context, req *SingleSetValueRequest) (*SingleSetValueResponse, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method SetExtValue not implemented")
+}
+
func RegisterExtensionServer(s *grpc.Server, srv ExtensionServer) {
s.RegisterService(&_Extension_serviceDesc, srv)
}
diff --git a/vendor/github.com/opencord/voltha-protos/v4/go/inter_container/inter_container.pb.go b/vendor/github.com/opencord/voltha-protos/v4/go/inter_container/inter_container.pb.go
index 051a705..a0957f1 100644
--- a/vendor/github.com/opencord/voltha-protos/v4/go/inter_container/inter_container.pb.go
+++ b/vendor/github.com/opencord/voltha-protos/v4/go/inter_container/inter_container.pb.go
@@ -84,6 +84,7 @@
const OperStatus_TESTING = OperStatus_Types(common.OperStatus_TESTING)
const OperStatus_ACTIVE = OperStatus_Types(common.OperStatus_ACTIVE)
const OperStatus_FAILED = OperStatus_Types(common.OperStatus_FAILED)
+const OperStatus_RECONCILING = OperStatus_Types(common.OperStatus_RECONCILING)
// ConnectStatus_Types from public import voltha_protos/common.proto
type ConnectStatus_Types = common.ConnectStatus_Types
diff --git a/vendor/github.com/opencord/voltha-protos/v4/go/openolt/openolt.pb.go b/vendor/github.com/opencord/voltha-protos/v4/go/openolt/openolt.pb.go
index 1989289..f426519 100644
--- a/vendor/github.com/opencord/voltha-protos/v4/go/openolt/openolt.pb.go
+++ b/vendor/github.com/opencord/voltha-protos/v4/go/openolt/openolt.pb.go
@@ -12,6 +12,8 @@
tech_profile "github.com/opencord/voltha-protos/v4/go/tech_profile"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
+ codes "google.golang.org/grpc/codes"
+ status "google.golang.org/grpc/status"
math "math"
)
@@ -170,6 +172,7 @@
const OperStatus_TESTING = OperStatus_Types(common.OperStatus_TESTING)
const OperStatus_ACTIVE = OperStatus_Types(common.OperStatus_ACTIVE)
const OperStatus_FAILED = OperStatus_Types(common.OperStatus_FAILED)
+const OperStatus_RECONCILING = OperStatus_Types(common.OperStatus_RECONCILING)
// ConnectStatus_Types from public import voltha_protos/common.proto
type ConnectStatus_Types = common.ConnectStatus_Types
@@ -1684,12 +1687,13 @@
}
type DeviceInfo struct {
- Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"`
- Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"`
- HardwareVersion string `protobuf:"bytes,3,opt,name=hardware_version,json=hardwareVersion,proto3" json:"hardware_version,omitempty"`
- FirmwareVersion string `protobuf:"bytes,4,opt,name=firmware_version,json=firmwareVersion,proto3" json:"firmware_version,omitempty"`
- DeviceId string `protobuf:"bytes,16,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
- DeviceSerialNumber string `protobuf:"bytes,17,opt,name=device_serial_number,json=deviceSerialNumber,proto3" json:"device_serial_number,omitempty"`
+ Vendor string `protobuf:"bytes,1,opt,name=vendor,proto3" json:"vendor,omitempty"`
+ Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"`
+ HardwareVersion string `protobuf:"bytes,3,opt,name=hardware_version,json=hardwareVersion,proto3" json:"hardware_version,omitempty"`
+ FirmwareVersion string `protobuf:"bytes,4,opt,name=firmware_version,json=firmwareVersion,proto3" json:"firmware_version,omitempty"`
+ DeviceId string `protobuf:"bytes,16,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"`
+ DeviceSerialNumber string `protobuf:"bytes,17,opt,name=device_serial_number,json=deviceSerialNumber,proto3" json:"device_serial_number,omitempty"`
+ PreviouslyConnected bool `protobuf:"varint,19,opt,name=previously_connected,json=previouslyConnected,proto3" json:"previously_connected,omitempty"`
// Total number of pon intf ports on the device
PonPorts uint32 `protobuf:"fixed32,12,opt,name=pon_ports,json=ponPorts,proto3" json:"pon_ports,omitempty"`
// If using global per-device technology profile. To be deprecated
@@ -1775,6 +1779,13 @@
return ""
}
+func (m *DeviceInfo) GetPreviouslyConnected() bool {
+ if m != nil {
+ return m.PreviouslyConnected
+ }
+ return false
+}
+
func (m *DeviceInfo) GetPonPorts() uint32 {
if m != nil {
return m.PonPorts
@@ -2333,6 +2344,7 @@
TechProfileId uint32 `protobuf:"fixed32,15,opt,name=tech_profile_id,json=techProfileId,proto3" json:"tech_profile_id,omitempty"`
ReplicateFlow bool `protobuf:"varint,16,opt,name=replicate_flow,json=replicateFlow,proto3" json:"replicate_flow,omitempty"`
PbitToGemport map[uint32]uint32 `protobuf:"bytes,17,rep,name=pbit_to_gemport,json=pbitToGemport,proto3" json:"pbit_to_gemport,omitempty" protobuf_key:"fixed32,1,opt,name=key,proto3" protobuf_val:"fixed32,2,opt,name=value,proto3"`
+ GemportToAes map[uint32]bool `protobuf:"bytes,19,rep,name=gemport_to_aes,json=gemportToAes,proto3" json:"gemport_to_aes,omitempty" protobuf_key:"fixed32,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
@@ -2489,6 +2501,13 @@
return nil
}
+func (m *Flow) GetGemportToAes() map[uint32]bool {
+ if m != nil {
+ return m.GemportToAes
+ }
+ return nil
+}
+
type SerialNumber struct {
VendorId []byte `protobuf:"bytes,1,opt,name=vendor_id,json=vendorId,proto3" json:"vendor_id,omitempty"`
VendorSpecific []byte `protobuf:"bytes,2,opt,name=vendor_specific,json=vendorSpecific,proto3" json:"vendor_specific,omitempty"`
@@ -4711,6 +4730,7 @@
proto.RegisterType((*ActionCmd)(nil), "openolt.ActionCmd")
proto.RegisterType((*Action)(nil), "openolt.Action")
proto.RegisterType((*Flow)(nil), "openolt.Flow")
+ proto.RegisterMapType((map[uint32]bool)(nil), "openolt.Flow.GemportToAesEntry")
proto.RegisterMapType((map[uint32]uint32)(nil), "openolt.Flow.PbitToGemportEntry")
proto.RegisterType((*SerialNumber)(nil), "openolt.SerialNumber")
proto.RegisterType((*PortStatistics)(nil), "openolt.PortStatistics")
@@ -4746,329 +4766,333 @@
func init() { proto.RegisterFile("voltha_protos/openolt.proto", fileDescriptor_c072e7aa0dfd74d5) }
var fileDescriptor_c072e7aa0dfd74d5 = []byte{
- // 5140 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5b, 0x4d, 0x70, 0x1c, 0x49,
- 0x56, 0x76, 0xeb, 0xa7, 0xbb, 0xf5, 0xfa, 0x47, 0xad, 0xd4, 0x8f, 0xf5, 0xe3, 0x1f, 0xb9, 0xc6,
- 0x33, 0xe3, 0x9d, 0xdd, 0x91, 0xad, 0xb6, 0xe5, 0xb1, 0x87, 0x65, 0x19, 0x59, 0x6a, 0x4b, 0xcd,
- 0x48, 0x6a, 0x51, 0x6a, 0xdb, 0xec, 0x6c, 0x4c, 0xd4, 0x96, 0xaa, 0xb2, 0x5b, 0xb5, 0xaa, 0xae,
- 0xac, 0xa9, 0xca, 0xd6, 0x0f, 0xc7, 0x0d, 0x16, 0x2e, 0x9c, 0x98, 0x80, 0x08, 0xb8, 0x11, 0x5c,
- 0xb9, 0x70, 0x23, 0x82, 0x03, 0x07, 0x22, 0x38, 0x71, 0xe3, 0xcc, 0x8d, 0xe0, 0xc2, 0x9d, 0x13,
- 0x41, 0x10, 0xf9, 0x32, 0xeb, 0xaf, 0xbb, 0x25, 0xdb, 0x83, 0x09, 0x2e, 0x0a, 0xd5, 0x7b, 0xdf,
- 0xfb, 0xf2, 0xef, 0xbd, 0x97, 0xaf, 0xb2, 0xb2, 0x61, 0xe5, 0x8c, 0xb9, 0xfc, 0xc4, 0x34, 0xfc,
- 0x80, 0x71, 0x16, 0x3e, 0x64, 0x3e, 0xf5, 0x98, 0xcb, 0xd7, 0xf0, 0x91, 0x14, 0xd4, 0xe3, 0xf2,
- 0xad, 0x2e, 0x63, 0x5d, 0x97, 0x3e, 0x34, 0x7d, 0xe7, 0xa1, 0xe9, 0x79, 0x8c, 0x9b, 0xdc, 0x61,
- 0x5e, 0x28, 0x61, 0xcb, 0xab, 0x59, 0x0e, 0x4e, 0xad, 0x13, 0xf1, 0x7f, 0xc7, 0x71, 0xa9, 0x42,
- 0x2c, 0x67, 0x11, 0x16, 0xeb, 0xf5, 0x98, 0xa7, 0x74, 0x77, 0xb2, 0x3a, 0x7a, 0xc1, 0x0d, 0x8b,
- 0x79, 0x1d, 0xa7, 0x2b, 0xf5, 0xda, 0x3f, 0x4f, 0x00, 0x34, 0x3d, 0xdb, 0xb1, 0xb0, 0x4d, 0xb2,
- 0x0e, 0x05, 0xe6, 0x72, 0xc3, 0xf1, 0xec, 0xc5, 0xdc, 0x6a, 0xee, 0x41, 0xa9, 0xbe, 0xb0, 0x16,
- 0x75, 0xba, 0xe5, 0xf2, 0x04, 0xb8, 0x7b, 0x43, 0xcf, 0x33, 0x14, 0x90, 0x27, 0x50, 0x74, 0x3c,
- 0xde, 0x41, 0x9b, 0x31, 0xb4, 0xb9, 0x19, 0xdb, 0x34, 0x3d, 0xde, 0xc9, 0x18, 0x15, 0x1c, 0x29,
- 0x21, 0x9b, 0x50, 0x41, 0x2b, 0xe6, 0xd3, 0x00, 0x4d, 0xc7, 0xd1, 0x74, 0x25, 0x63, 0xda, 0xf2,
- 0x69, 0x90, 0x31, 0x2f, 0x39, 0x89, 0x94, 0xfc, 0x0c, 0xca, 0xcc, 0xeb, 0x1b, 0xb6, 0x13, 0x5a,
- 0xc8, 0x30, 0x81, 0x0c, 0xcb, 0x49, 0x87, 0xbd, 0xfe, 0xb6, 0x13, 0x5a, 0x19, 0x02, 0x60, 0xb1,
- 0x10, 0xc7, 0xea, 0xf5, 0xd1, 0x74, 0x72, 0x70, 0xac, 0x5e, 0x7f, 0x60, 0xac, 0x28, 0x10, 0x63,
- 0x65, 0x3d, 0xcb, 0x41, 0x9b, 0xfc, 0xc0, 0x58, 0x5b, 0x3d, 0xcb, 0xc9, 0x8e, 0x95, 0x49, 0x09,
- 0x79, 0x02, 0x05, 0xff, 0x54, 0x4e, 0x6a, 0x01, 0x8d, 0x96, 0x62, 0xa3, 0x43, 0xd3, 0x3a, 0xa5,
- 0x03, 0xf3, 0xea, 0x9f, 0xe2, 0xbc, 0x3e, 0x03, 0xf0, 0x59, 0xc0, 0x8d, 0x90, 0x9b, 0x3c, 0x5c,
- 0x2c, 0x0e, 0xb4, 0x76, 0xc8, 0x02, 0x7e, 0x24, 0x1c, 0x25, 0xe4, 0x8e, 0x15, 0xee, 0xde, 0xd0,
- 0xa7, 0x7c, 0x25, 0x09, 0x85, 0x65, 0xc7, 0x65, 0xe7, 0xca, 0x72, 0x6a, 0xc0, 0xf2, 0xa5, 0xcb,
- 0xce, 0xb3, 0x96, 0x1d, 0x25, 0x09, 0xc9, 0x17, 0x30, 0x65, 0xba, 0x66, 0xd0, 0xc3, 0xbe, 0x02,
- 0x1a, 0x2e, 0xc6, 0x86, 0x9b, 0x42, 0x93, 0xe9, 0x6a, 0xd1, 0x54, 0xa2, 0x17, 0x79, 0x98, 0xb0,
- 0x4d, 0x6e, 0x6a, 0xff, 0x51, 0x81, 0xe9, 0x01, 0x9c, 0x98, 0x67, 0x97, 0x85, 0x23, 0x7d, 0x6a,
- 0x8f, 0x85, 0xd9, 0xb1, 0xbb, 0x28, 0x20, 0xdb, 0x50, 0xb5, 0x2f, 0x1d, 0xaf, 0x6b, 0x74, 0xcd,
- 0xd0, 0x4f, 0x79, 0xd6, 0xad, 0xd8, 0x72, 0x5b, 0xa8, 0x77, 0xcc, 0xd0, 0xcf, 0xd8, 0x97, 0xed,
- 0x94, 0x58, 0xf8, 0x98, 0x58, 0xe0, 0x64, 0x44, 0x83, 0x3e, 0xd6, 0xf2, 0xfa, 0xc3, 0x83, 0x2a,
- 0xb1, 0x44, 0x4a, 0xde, 0xc0, 0x9c, 0xa0, 0x08, 0xb9, 0x19, 0xf0, 0xbe, 0x6f, 0x74, 0x4c, 0xc7,
- 0x4d, 0xf9, 0xda, 0xfd, 0x34, 0xd3, 0x91, 0xc4, 0xbc, 0x34, 0x1d, 0xb7, 0x1f, 0xd0, 0x0c, 0xe5,
- 0x0c, 0xcb, 0xa8, 0x05, 0xf1, 0x37, 0xb0, 0x80, 0xc4, 0x4e, 0xd7, 0x33, 0x5d, 0xc3, 0xa6, 0xdd,
- 0xc0, 0xb4, 0x69, 0xca, 0x17, 0x3f, 0xca, 0x50, 0x23, 0x6a, 0x5b, 0x82, 0x32, 0xcc, 0xb3, 0x6c,
- 0x58, 0x4b, 0x7e, 0x01, 0x37, 0x31, 0x30, 0x02, 0xa7, 0xc3, 0x0d, 0xd6, 0x31, 0xce, 0x1d, 0xcf,
+ // 5205 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x7b, 0x49, 0x70, 0x1b, 0x49,
+ 0x76, 0xb6, 0xc0, 0x05, 0x00, 0x1f, 0x16, 0x82, 0xc9, 0x45, 0x5c, 0xb4, 0x50, 0xd5, 0xea, 0x6e,
+ 0x4d, 0xcf, 0x34, 0x25, 0x42, 0xa2, 0x5a, 0xea, 0x7f, 0xfe, 0x99, 0xa6, 0x48, 0x88, 0x84, 0x9b,
+ 0x24, 0xe8, 0x22, 0x24, 0x79, 0x7a, 0xa2, 0xa3, 0xa6, 0x58, 0x95, 0x00, 0x6b, 0x58, 0xa8, 0xac,
+ 0xae, 0x4a, 0x70, 0xf1, 0x71, 0xc2, 0x63, 0x5f, 0x7c, 0xeb, 0xb0, 0x23, 0xec, 0x9b, 0xc3, 0x57,
+ 0x5f, 0x7c, 0x73, 0x84, 0x8f, 0x0e, 0xdb, 0x17, 0xdf, 0x7c, 0xf6, 0xcd, 0xe1, 0x8b, 0xef, 0x3e,
+ 0x39, 0x1c, 0x8e, 0x7c, 0x99, 0xb5, 0x01, 0x20, 0x25, 0xb5, 0xe5, 0xf0, 0x85, 0xc1, 0x7c, 0xef,
+ 0x7b, 0x5f, 0x6e, 0x2f, 0x5f, 0xbe, 0xcc, 0x4a, 0xc0, 0xca, 0x19, 0x73, 0xf9, 0x89, 0x69, 0xf8,
+ 0x01, 0xe3, 0x2c, 0x7c, 0xc8, 0x7c, 0xea, 0x31, 0x97, 0xaf, 0x61, 0x91, 0x14, 0x54, 0x71, 0xf9,
+ 0x56, 0x97, 0xb1, 0xae, 0x4b, 0x1f, 0x9a, 0xbe, 0xf3, 0xd0, 0xf4, 0x3c, 0xc6, 0x4d, 0xee, 0x30,
+ 0x2f, 0x94, 0xb0, 0xe5, 0xd5, 0x2c, 0x07, 0xa7, 0xd6, 0x89, 0xf8, 0xbf, 0xe3, 0xb8, 0x54, 0x21,
+ 0x96, 0xb3, 0x08, 0x8b, 0xf5, 0x7a, 0xcc, 0x53, 0xba, 0x3b, 0x59, 0x1d, 0xbd, 0xe0, 0x86, 0xc5,
+ 0xbc, 0x8e, 0xd3, 0x95, 0x7a, 0xed, 0x9f, 0x26, 0x00, 0x9a, 0x9e, 0xed, 0x58, 0x58, 0x27, 0x59,
+ 0x87, 0x02, 0x73, 0xb9, 0xe1, 0x78, 0xf6, 0x62, 0x6e, 0x35, 0xf7, 0xa0, 0x54, 0x5f, 0x58, 0x8b,
+ 0x1a, 0xdd, 0x72, 0x79, 0x02, 0xdc, 0xbd, 0xa1, 0xe7, 0x19, 0x0a, 0xc8, 0x13, 0x28, 0x3a, 0x1e,
+ 0xef, 0xa0, 0xcd, 0x18, 0xda, 0xdc, 0x8c, 0x6d, 0x9a, 0x1e, 0xef, 0x64, 0x8c, 0x0a, 0x8e, 0x94,
+ 0x90, 0x4d, 0xa8, 0xa0, 0x15, 0xf3, 0x69, 0x80, 0xa6, 0xe3, 0x68, 0xba, 0x92, 0x31, 0x6d, 0xf9,
+ 0x34, 0xc8, 0x98, 0x97, 0x9c, 0x44, 0x4a, 0x7e, 0x06, 0x65, 0xe6, 0xf5, 0x0d, 0xdb, 0x09, 0x2d,
+ 0x64, 0x98, 0x40, 0x86, 0xe5, 0xa4, 0xc1, 0x5e, 0x7f, 0xdb, 0x09, 0xad, 0x0c, 0x01, 0xb0, 0x58,
+ 0x88, 0x7d, 0xf5, 0xfa, 0x68, 0x3a, 0x39, 0xd8, 0x57, 0xaf, 0x3f, 0xd0, 0x57, 0x14, 0x88, 0xbe,
+ 0xb2, 0x9e, 0xe5, 0xa0, 0x4d, 0x7e, 0xa0, 0xaf, 0xad, 0x9e, 0xe5, 0x64, 0xfb, 0xca, 0xa4, 0x84,
+ 0x3c, 0x81, 0x82, 0x7f, 0x2a, 0x07, 0xb5, 0x80, 0x46, 0x4b, 0xb1, 0xd1, 0xa1, 0x69, 0x9d, 0xd2,
+ 0x81, 0x71, 0xf5, 0x4f, 0x71, 0x5c, 0x9f, 0x01, 0xf8, 0x2c, 0xe0, 0x46, 0xc8, 0x4d, 0x1e, 0x2e,
+ 0x16, 0x07, 0x6a, 0x3b, 0x64, 0x01, 0x3f, 0x12, 0x8e, 0x12, 0x72, 0xc7, 0x0a, 0x77, 0x6f, 0xe8,
+ 0x53, 0xbe, 0x92, 0x84, 0xc2, 0xb2, 0xe3, 0xb2, 0x73, 0x65, 0x39, 0x35, 0x60, 0xf9, 0xd2, 0x65,
+ 0xe7, 0x59, 0xcb, 0x8e, 0x92, 0x84, 0xe4, 0x0b, 0x98, 0x32, 0x5d, 0x33, 0xe8, 0x61, 0x5b, 0x01,
+ 0x0d, 0x17, 0x63, 0xc3, 0x4d, 0xa1, 0xc9, 0x34, 0xb5, 0x68, 0x2a, 0xd1, 0x8b, 0x3c, 0x4c, 0xd8,
+ 0x26, 0x37, 0xb5, 0x7f, 0xaf, 0xc0, 0xf4, 0x00, 0x4e, 0x8c, 0xb3, 0xcb, 0xc2, 0x91, 0x3e, 0xb5,
+ 0xc7, 0xc2, 0x6c, 0xdf, 0x5d, 0x14, 0x90, 0x6d, 0xa8, 0xda, 0x97, 0x8e, 0xd7, 0x35, 0xba, 0x66,
+ 0xe8, 0xa7, 0x3c, 0xeb, 0x56, 0x6c, 0xb9, 0x2d, 0xd4, 0x3b, 0x66, 0xe8, 0x67, 0xec, 0xcb, 0x76,
+ 0x4a, 0x2c, 0x7c, 0x4c, 0x4c, 0x70, 0xd2, 0xa3, 0x41, 0x1f, 0x6b, 0x79, 0xfd, 0xe1, 0x4e, 0x95,
+ 0x58, 0x22, 0x25, 0x6f, 0x60, 0x4e, 0x50, 0x84, 0xdc, 0x0c, 0x78, 0xdf, 0x37, 0x3a, 0xa6, 0xe3,
+ 0xa6, 0x7c, 0xed, 0x7e, 0x9a, 0xe9, 0x48, 0x62, 0x5e, 0x9a, 0x8e, 0xdb, 0x0f, 0x68, 0x86, 0x72,
+ 0x86, 0x65, 0xd4, 0x82, 0xf8, 0x1b, 0x58, 0x40, 0x62, 0xa7, 0xeb, 0x99, 0xae, 0x61, 0xd3, 0x6e,
+ 0x60, 0xda, 0x34, 0xe5, 0x8b, 0x1f, 0x65, 0xa8, 0x11, 0xb5, 0x2d, 0x41, 0x19, 0xe6, 0x59, 0x36,
+ 0xac, 0x25, 0xbf, 0x84, 0x9b, 0xb8, 0x30, 0x02, 0xa7, 0xc3, 0x0d, 0xd6, 0x31, 0xce, 0x1d, 0xcf,
0x66, 0xe7, 0x29, 0xa7, 0xcd, 0x90, 0x6f, 0x0b, 0x58, 0xab, 0xf3, 0x06, 0x41, 0x43, 0xe4, 0x83,
- 0x5a, 0xd2, 0x06, 0x31, 0x1a, 0xc3, 0x65, 0x61, 0x68, 0xc4, 0xb1, 0x20, 0xdd, 0xfa, 0xd3, 0x34,
- 0xed, 0x1e, 0x0b, 0xc3, 0x56, 0x47, 0x04, 0xc5, 0xd6, 0x89, 0xe9, 0x79, 0xd4, 0xcd, 0x50, 0x57,
- 0x99, 0x42, 0xa8, 0x10, 0x89, 0xe6, 0x19, 0x87, 0x12, 0x26, 0xf3, 0x5c, 0x1c, 0x31, 0xcf, 0x12,
- 0x73, 0xe5, 0x3c, 0x27, 0x6a, 0x41, 0xdc, 0x92, 0x49, 0x82, 0x3b, 0xe7, 0xb2, 0xa7, 0x32, 0x1a,
- 0x7e, 0x9c, 0x26, 0x6c, 0x07, 0xa6, 0x17, 0xf6, 0x9c, 0x30, 0x74, 0x98, 0xd7, 0xf4, 0x38, 0x0d,
- 0x3a, 0x34, 0xa0, 0x9e, 0x45, 0xdf, 0x98, 0x81, 0xe7, 0x78, 0x5d, 0x95, 0x35, 0xda, 0xce, 0x39,
- 0xf6, 0xf4, 0x97, 0x72, 0x72, 0x4d, 0x8b, 0x3b, 0x67, 0xd8, 0x6e, 0xd2, 0x59, 0x18, 0x9e, 0x85,
- 0xcd, 0x18, 0x36, 0xaa, 0xbf, 0x62, 0xcc, 0x59, 0x84, 0x6c, 0x61, 0x51, 0xb4, 0xe0, 0x07, 0xcc,
- 0xa2, 0x61, 0x28, 0xa2, 0x80, 0x06, 0x01, 0x93, 0x59, 0xb2, 0x84, 0x4d, 0x7c, 0x9c, 0x6e, 0xe2,
- 0x30, 0xc6, 0x35, 0x04, 0x2c, 0xd3, 0xc0, 0x3c, 0x1b, 0xa5, 0x27, 0x14, 0x96, 0x92, 0x35, 0xec,
- 0x18, 0xe1, 0xa5, 0x67, 0x25, 0xa3, 0x28, 0x63, 0x13, 0x9f, 0x0d, 0xaf, 0xe5, 0xd7, 0xf4, 0xf2,
- 0xe8, 0xd2, 0xb3, 0xae, 0x1a, 0x88, 0x04, 0x45, 0x08, 0xd1, 0xcc, 0x2b, 0x98, 0xc7, 0x04, 0xcb,
- 0xfb, 0x86, 0xcf, 0x3c, 0x99, 0x8e, 0xb0, 0x89, 0x0a, 0x36, 0x71, 0x2f, 0x93, 0x6e, 0x79, 0xff,
- 0x90, 0x79, 0x98, 0x85, 0x86, 0x96, 0x34, 0xab, 0x23, 0x2e, 0xdc, 0x42, 0xf7, 0xa6, 0x03, 0x6b,
- 0xd0, 0x0f, 0x64, 0x00, 0x55, 0x91, 0xfd, 0x47, 0x19, 0x1f, 0x4f, 0x61, 0x47, 0xf5, 0x5f, 0x4c,
- 0xc7, 0x68, 0x0c, 0x79, 0x23, 0x07, 0x11, 0xd0, 0x1e, 0xe3, 0xd4, 0xb0, 0x69, 0x87, 0x5a, 0x32,
- 0x95, 0x4f, 0x63, 0x33, 0x5a, 0xba, 0x19, 0x1d, 0x41, 0xdb, 0x88, 0xc9, 0xf0, 0x13, 0x36, 0xa4,
- 0x24, 0xa1, 0x1c, 0x06, 0x2e, 0x42, 0x97, 0xf6, 0x0c, 0x9b, 0xba, 0x8e, 0x47, 0xe5, 0x70, 0x04,
- 0x7f, 0x0d, 0xf9, 0xd7, 0x87, 0xd7, 0x61, 0xa7, 0xb1, 0xaf, 0x42, 0x6a, 0x3b, 0x31, 0xc9, 0x34,
- 0xb7, 0xa8, 0x96, 0x63, 0x87, 0xf6, 0xb2, 0x10, 0x72, 0x06, 0xab, 0xe8, 0x5b, 0x27, 0x97, 0xa1,
- 0x63, 0x99, 0xae, 0x41, 0xbf, 0xeb, 0x3b, 0x7e, 0x8f, 0x7a, 0x3c, 0xe5, 0x63, 0x33, 0xd8, 0xf0,
- 0x4f, 0x32, 0x3e, 0xa6, 0xf0, 0x8d, 0x08, 0x3e, 0xec, 0x6a, 0x62, 0x30, 0x57, 0xc2, 0xc8, 0x2f,
- 0x60, 0x36, 0xed, 0x71, 0xa6, 0x75, 0x8a, 0x4d, 0x91, 0xe1, 0x68, 0x94, 0x63, 0xdc, 0xb4, 0x4e,
- 0x3d, 0x76, 0xee, 0x52, 0xbb, 0x4b, 0x05, 0x4f, 0xa6, 0xa5, 0x69, 0x96, 0x42, 0x09, 0x72, 0x06,
- 0x2b, 0xb2, 0x10, 0xe8, 0x74, 0x8c, 0x80, 0x9a, 0xd6, 0x89, 0x41, 0x2f, 0x2c, 0x4a, 0x6d, 0x6a,
- 0x63, 0x23, 0xb3, 0xd8, 0xc8, 0xc3, 0x6c, 0x5d, 0xd0, 0xc1, 0x20, 0xe7, 0x8e, 0xe9, 0xea, 0xc2,
- 0xa2, 0xa1, 0x0c, 0x32, 0x0d, 0xdd, 0x64, 0x12, 0x39, 0x88, 0x88, 0x77, 0xbb, 0x35, 0xa8, 0x64,
- 0xaa, 0x22, 0x72, 0x1b, 0x00, 0x0b, 0x1a, 0xe1, 0xea, 0x14, 0x77, 0xbb, 0x29, 0x7d, 0x4a, 0x48,
- 0x84, 0xf3, 0x52, 0x6d, 0x17, 0xaa, 0xd9, 0x8a, 0x88, 0xdc, 0x84, 0x82, 0x2c, 0x9e, 0xe4, 0xde,
- 0x58, 0xd0, 0xf3, 0x58, 0x20, 0xd9, 0x03, 0x4c, 0x63, 0x83, 0x4c, 0x27, 0x30, 0x33, 0x54, 0xde,
- 0x5c, 0x4d, 0xf6, 0x25, 0x54, 0x42, 0x1a, 0x38, 0xa6, 0x6b, 0x78, 0xfd, 0xde, 0x31, 0x0d, 0xd4,
- 0x6e, 0x3a, 0x1f, 0x4f, 0xc9, 0x11, 0x6a, 0x0f, 0x50, 0xa9, 0x97, 0xc3, 0xd4, 0x93, 0xf6, 0xfd,
- 0x04, 0x54, 0x32, 0xe5, 0xd0, 0xd5, 0xcd, 0xcc, 0x43, 0x1e, 0xe3, 0x5d, 0xee, 0xd6, 0x05, 0x7d,
- 0x52, 0xc4, 0xee, 0xe0, 0x50, 0xc6, 0x07, 0x86, 0x42, 0xee, 0x42, 0xc9, 0xb4, 0x7b, 0x8e, 0xa7,
- 0xf4, 0x93, 0xa8, 0x07, 0x14, 0x49, 0xc0, 0x50, 0xef, 0x27, 0xde, 0xb9, 0xf7, 0x64, 0x0f, 0x4a,
- 0x98, 0xd8, 0x02, 0x6a, 0x86, 0xcc, 0xc3, 0xed, 0xaf, 0x9a, 0xf5, 0xb7, 0x64, 0x60, 0x6b, 0xd9,
- 0x54, 0xac, 0xa3, 0x89, 0x0e, 0x9d, 0xf8, 0x7f, 0xed, 0x8f, 0xc7, 0x60, 0x6e, 0x14, 0x88, 0x7c,
- 0x04, 0x77, 0x5b, 0x07, 0xaf, 0x8c, 0xcd, 0xad, 0x76, 0xf3, 0xf5, 0x66, 0xbb, 0xd9, 0x3a, 0x30,
- 0x5e, 0x6e, 0x36, 0xf7, 0x0c, 0xbd, 0xb1, 0x79, 0xd4, 0x3a, 0x30, 0x0e, 0x5a, 0x07, 0x8d, 0xda,
- 0x0d, 0xf2, 0x09, 0x68, 0xd7, 0x80, 0xf4, 0xcd, 0x83, 0x9d, 0xe6, 0xc1, 0x4e, 0x2d, 0x47, 0x9e,
- 0x42, 0xfd, 0x1a, 0xdc, 0xe1, 0xe6, 0xd1, 0xd1, 0x9b, 0x96, 0xbe, 0x6d, 0x6c, 0xbe, 0x6a, 0xef,
- 0x36, 0x0e, 0xda, 0xcd, 0x2d, 0xc4, 0xd4, 0xc6, 0x88, 0x06, 0x77, 0xae, 0xb1, 0xdb, 0x6b, 0x1d,
- 0xd5, 0xc6, 0xc9, 0x3d, 0xb8, 0x3d, 0x0a, 0x83, 0xb2, 0xbd, 0x4d, 0x7d, 0xbf, 0x36, 0x71, 0xd5,
- 0x58, 0x8e, 0xde, 0x34, 0xdb, 0x5b, 0xbb, 0x46, 0xeb, 0x75, 0x43, 0xaf, 0x4d, 0x6a, 0xbf, 0x04,
- 0x32, 0x5c, 0xa0, 0x13, 0x02, 0x13, 0xfc, 0xd2, 0x8f, 0x1c, 0x1f, 0xff, 0x4f, 0x7b, 0xcb, 0xd8,
- 0x35, 0x1e, 0x3e, 0xe8, 0x16, 0x9a, 0x0e, 0xd5, 0x6c, 0x45, 0xfd, 0xde, 0x7e, 0x57, 0x83, 0x71,
- 0xff, 0x94, 0x23, 0x73, 0x59, 0x17, 0xff, 0x6a, 0xff, 0x98, 0x83, 0xda, 0x60, 0xc5, 0x4d, 0x56,
- 0x60, 0x0a, 0x69, 0xb1, 0xe7, 0xd2, 0xfb, 0xf0, 0x85, 0xa6, 0x3d, 0xd0, 0xfb, 0xa1, 0xf8, 0xec,
- 0xd2, 0x1e, 0x16, 0xe8, 0x71, 0xbb, 0x53, 0x4a, 0xd2, 0xb4, 0x85, 0x1d, 0x96, 0xe0, 0x8e, 0x2c,
- 0x3a, 0x0b, 0x7a, 0x5e, 0x3c, 0x4a, 0x05, 0x1a, 0x79, 0x0c, 0x9d, 0xb1, 0xa0, 0xe7, 0xc5, 0xe3,
- 0x01, 0x23, 0x0b, 0x90, 0xb7, 0x18, 0x3b, 0x75, 0x28, 0x16, 0x53, 0x79, 0x5d, 0x3d, 0x45, 0xa3,
- 0x98, 0x48, 0x46, 0x71, 0x1f, 0xa6, 0x64, 0x99, 0x62, 0x5a, 0x57, 0x77, 0x50, 0xfb, 0x29, 0x4c,
- 0xed, 0x52, 0x33, 0xe0, 0xc7, 0xd4, 0xe4, 0xe4, 0x21, 0xcc, 0x9e, 0x44, 0x0f, 0xb2, 0xc8, 0xe2,
- 0xfd, 0x80, 0x2a, 0x0b, 0x12, 0xab, 0x8e, 0x22, 0x8d, 0xf6, 0x37, 0x39, 0x18, 0x6f, 0x79, 0xfd,
- 0xf7, 0x9e, 0xf3, 0xa1, 0x58, 0x1d, 0x7f, 0xf7, 0x58, 0x15, 0x23, 0x75, 0x64, 0x74, 0x17, 0x74,
- 0xf1, 0x2f, 0xf9, 0x14, 0xa6, 0x59, 0xcf, 0xb2, 0x0c, 0xea, 0x59, 0xc1, 0xa5, 0x2f, 0x56, 0x0b,
- 0x17, 0xa8, 0xa8, 0x57, 0x85, 0xb8, 0x11, 0x4b, 0xb5, 0xbf, 0xcd, 0x01, 0xc1, 0xbd, 0xa3, 0x2b,
- 0xb6, 0x9f, 0x6d, 0x27, 0xe4, 0xa6, 0x77, 0xcd, 0xe4, 0x5c, 0xd5, 0xfb, 0xe7, 0xb0, 0xe4, 0x4a,
- 0x0a, 0x43, 0xbd, 0x59, 0x22, 0x8f, 0xf1, 0x07, 0x34, 0x60, 0x6a, 0x1d, 0x17, 0x14, 0x40, 0x66,
- 0x5f, 0x54, 0x7f, 0x43, 0x03, 0x46, 0x1e, 0xc1, 0xdc, 0x28, 0x53, 0x35, 0x1a, 0x32, 0x6c, 0xa5,
- 0x7d, 0x0d, 0x05, 0xe1, 0xe0, 0xfb, 0x61, 0xf7, 0x03, 0x78, 0xf6, 0x6f, 0x72, 0x30, 0x25, 0xf6,
- 0x69, 0x74, 0xee, 0xf7, 0xe6, 0x4b, 0x39, 0xe5, 0x44, 0xc6, 0x29, 0xb3, 0x5e, 0x3e, 0x39, 0xe8,
- 0xe5, 0xc3, 0xfd, 0x78, 0x0e, 0xe5, 0x57, 0xbe, 0xeb, 0x78, 0xa7, 0x6f, 0xeb, 0x89, 0x32, 0x1d,
- 0x4b, 0x4c, 0xff, 0x74, 0x0a, 0x60, 0x9b, 0x9e, 0x39, 0x16, 0x6d, 0x7a, 0x1d, 0x8c, 0x87, 0x33,
- 0xea, 0xd9, 0x2c, 0x50, 0xd9, 0x44, 0x3d, 0x91, 0x39, 0x98, 0xec, 0x31, 0x9b, 0xba, 0x6a, 0x4f,
- 0x94, 0x0f, 0xe4, 0x47, 0x50, 0x3b, 0x31, 0x03, 0xfb, 0xdc, 0x0c, 0xa8, 0x71, 0x46, 0x03, 0x51,
- 0xca, 0xab, 0x94, 0x32, 0x1d, 0xc9, 0x5f, 0x4b, 0xb1, 0x80, 0x76, 0x9c, 0xa0, 0x97, 0x81, 0x4e,
- 0x48, 0x68, 0x24, 0x8f, 0xa0, 0x2b, 0x30, 0x65, 0x63, 0x8f, 0x44, 0xff, 0x6b, 0x32, 0x35, 0x48,
- 0x41, 0xd3, 0x16, 0x2b, 0xae, 0x94, 0x59, 0x8f, 0x9f, 0x41, 0x1c, 0x91, 0xba, 0xb4, 0xbb, 0x0b,
- 0x3a, 0x51, 0x07, 0x8b, 0xc9, 0x0b, 0xb1, 0xcc, 0x2e, 0xe8, 0x45, 0x9f, 0x79, 0xe2, 0x55, 0x3e,
- 0x24, 0x77, 0x00, 0x38, 0xb5, 0x4e, 0x3c, 0xe6, 0xb2, 0xee, 0x65, 0xb4, 0x0b, 0x26, 0x12, 0xb2,
- 0x2a, 0x5f, 0x64, 0x1c, 0x5b, 0xbe, 0x8c, 0xaa, 0xec, 0x01, 0xb8, 0x80, 0xf8, 0x6e, 0x49, 0x6e,
- 0x01, 0x28, 0x04, 0x55, 0xaf, 0x64, 0x05, 0xbd, 0x88, 0xfa, 0x86, 0x67, 0x93, 0xfb, 0x50, 0x35,
- 0x5d, 0x97, 0x59, 0x09, 0x43, 0x11, 0x11, 0x65, 0x94, 0x46, 0x1c, 0xab, 0x50, 0x8e, 0x51, 0x54,
- 0xbd, 0x2e, 0x15, 0x74, 0x50, 0x18, 0xc1, 0xf3, 0x00, 0x6a, 0x89, 0x4b, 0x28, 0x26, 0x40, 0x54,
- 0x35, 0x76, 0x0c, 0xc9, 0x75, 0x1f, 0xaa, 0x29, 0x24, 0x55, 0x6f, 0x2f, 0x05, 0xbd, 0x1c, 0xe3,
- 0x04, 0x9f, 0x06, 0x15, 0x95, 0x29, 0x15, 0x59, 0x05, 0x41, 0x25, 0x99, 0x2f, 0x25, 0xd3, 0x1d,
- 0x28, 0x45, 0x18, 0xaa, 0x0a, 0xfc, 0x82, 0x3c, 0xb6, 0x90, 0x1c, 0x5f, 0x41, 0x3e, 0x30, 0xbd,
- 0x2e, 0x0d, 0x17, 0xa7, 0x57, 0xc7, 0x1f, 0x94, 0xea, 0x0f, 0x92, 0x63, 0x82, 0xd8, 0xa1, 0xd4,
- 0xbf, 0x3a, 0x0d, 0x59, 0x3f, 0xb0, 0xa8, 0x8e, 0x78, 0x5d, 0xd9, 0x2d, 0xff, 0xd9, 0x04, 0xcc,
- 0x8d, 0x02, 0x90, 0xa5, 0xe8, 0x74, 0xcb, 0x0e, 0x17, 0x73, 0xab, 0xe3, 0x0f, 0x0a, 0xea, 0x08,
- 0xcb, 0x1e, 0x5c, 0xb1, 0xb1, 0xa1, 0x15, 0xdb, 0x82, 0x49, 0x9f, 0x31, 0x37, 0x5c, 0x1c, 0xc7,
- 0x4e, 0x7d, 0xfe, 0xae, 0x9d, 0x5a, 0x3b, 0x64, 0xcc, 0xd5, 0xa5, 0xed, 0xf2, 0x7f, 0x8d, 0xc1,
- 0x84, 0x78, 0x26, 0xbf, 0x9b, 0xda, 0x5b, 0xab, 0xf5, 0xa7, 0xef, 0x45, 0x86, 0x7f, 0xc4, 0x7e,
- 0xa6, 0xf6, 0xe4, 0x23, 0x28, 0x84, 0x27, 0x66, 0xe0, 0x78, 0x5d, 0xec, 0x76, 0xb5, 0xfe, 0xfc,
- 0xfd, 0xe8, 0x8e, 0xa4, 0x31, 0x32, 0x46, 0x4c, 0x22, 0x30, 0xe5, 0x02, 0xca, 0x44, 0x29, 0x1f,
- 0x44, 0x9c, 0x53, 0x75, 0x5e, 0x52, 0xd0, 0xc5, 0xbf, 0xda, 0x26, 0x14, 0xa3, 0xee, 0x10, 0x80,
- 0xbc, 0xa8, 0x35, 0x9a, 0xdb, 0xb5, 0x1b, 0xa4, 0x0c, 0xc5, 0xcd, 0xbd, 0xbd, 0xd6, 0x96, 0x78,
- 0xca, 0x91, 0x2a, 0xc0, 0x4e, 0x63, 0xff, 0xb0, 0xa5, 0xb7, 0xc5, 0xf3, 0x18, 0x29, 0x41, 0xe1,
- 0xe5, 0x5e, 0xeb, 0x8d, 0x78, 0x18, 0xd7, 0x4e, 0xa0, 0x94, 0xea, 0x02, 0x59, 0x00, 0xb2, 0xdd,
- 0xd8, 0x16, 0x85, 0x50, 0x63, 0xdb, 0x38, 0x6c, 0xe8, 0x46, 0xf3, 0xa0, 0xfd, 0xb2, 0x76, 0x83,
- 0xdc, 0x85, 0x95, 0xa3, 0xdd, 0x4d, 0xbd, 0xb1, 0x6d, 0xbc, 0xf8, 0xb9, 0xb1, 0xb9, 0xb7, 0x87,
- 0x72, 0xfc, 0xa7, 0xdd, 0xd8, 0xda, 0xad, 0xe5, 0xc8, 0x2a, 0xdc, 0x1a, 0x01, 0x38, 0xda, 0xdc,
- 0x6f, 0x48, 0xc4, 0x98, 0xf6, 0x87, 0xe3, 0x00, 0x5b, 0xae, 0x19, 0x86, 0x4e, 0xc7, 0xa1, 0x01,
- 0xe6, 0x4f, 0x83, 0xfb, 0x71, 0x36, 0x9b, 0x64, 0x6d, 0xdf, 0xb1, 0xc9, 0x2c, 0x4c, 0x32, 0xe3,
- 0x2c, 0xce, 0xaa, 0x13, 0xec, 0xb5, 0x83, 0xb9, 0xd6, 0x91, 0x58, 0x35, 0x21, 0x4e, 0x84, 0x75,
- 0x10, 0x2b, 0xa7, 0x64, 0xc2, 0x11, 0xd8, 0x9b, 0x50, 0x60, 0x86, 0x7f, 0xec, 0xf0, 0x50, 0x25,
- 0xd9, 0x3c, 0x3b, 0x14, 0x4f, 0x98, 0x3f, 0x95, 0x42, 0x95, 0x0b, 0x8e, 0x54, 0x2c, 0x41, 0x91,
- 0xf2, 0x13, 0x59, 0xb4, 0xc8, 0x50, 0x2f, 0x50, 0x7e, 0x12, 0xd5, 0x2c, 0x76, 0xc8, 0x8d, 0x9e,
- 0x69, 0x61, 0x88, 0x97, 0xf5, 0xbc, 0x1d, 0xf2, 0x7d, 0xd3, 0x12, 0x8a, 0x30, 0xb0, 0x50, 0x31,
- 0x25, 0x15, 0x61, 0x60, 0x09, 0x85, 0x70, 0x72, 0x5f, 0x1e, 0x11, 0xab, 0x58, 0x2e, 0x38, 0xfe,
- 0x21, 0x1e, 0x52, 0xcf, 0x83, 0xb0, 0x36, 0x1c, 0x5f, 0x05, 0xef, 0xa4, 0x1d, 0xf2, 0xa6, 0x2f,
- 0xc4, 0x82, 0xca, 0xf1, 0x55, 0x1e, 0x9b, 0x0c, 0x03, 0xab, 0xe9, 0x0b, 0x22, 0x21, 0x16, 0xd1,
- 0xad, 0xe2, 0x58, 0xb4, 0x28, 0x12, 0x9c, 0x50, 0x09, 0x22, 0x54, 0xc9, 0x00, 0x16, 0xbd, 0x44,
- 0xd5, 0x2a, 0x94, 0xfd, 0x53, 0x6e, 0x70, 0xb3, 0x2b, 0xc7, 0x33, 0x2d, 0x43, 0xc9, 0x3f, 0xe5,
- 0x6d, 0x13, 0x57, 0x58, 0xfb, 0xcd, 0x38, 0x4c, 0x89, 0xc2, 0x9b, 0x79, 0x5b, 0x3d, 0x4c, 0x19,
- 0xa6, 0x6d, 0x1b, 0xac, 0xcf, 0x69, 0x20, 0xac, 0x70, 0x31, 0x8a, 0x7a, 0xc9, 0xb4, 0xed, 0x96,
- 0x90, 0xb5, 0xcd, 0xae, 0x48, 0x53, 0xe2, 0x95, 0xfd, 0x8c, 0xa6, 0x60, 0x63, 0xb2, 0x76, 0x90,
- 0xf2, 0x18, 0xb9, 0x0a, 0x65, 0x1e, 0x98, 0xbe, 0xc1, 0x99, 0x71, 0xc2, 0x42, 0xe9, 0xbe, 0x45,
- 0x1d, 0x84, 0xac, 0xcd, 0x76, 0x59, 0xc8, 0xc9, 0x4f, 0x80, 0x04, 0xb4, 0x67, 0x06, 0xa7, 0x8a,
- 0x4b, 0xae, 0xc7, 0x04, 0xe2, 0x6a, 0x52, 0x83, 0x6c, 0x72, 0x65, 0x12, 0xb4, 0xe3, 0x79, 0x31,
- 0x7a, 0x32, 0x8d, 0x6e, 0x0a, 0x85, 0x44, 0xab, 0xb1, 0x48, 0xa8, 0xe8, 0x64, 0x3e, 0x1e, 0x0b,
- 0xa2, 0xb2, 0x63, 0x49, 0x60, 0x85, 0xf4, 0x58, 0x62, 0xe4, 0x1a, 0xcc, 0xf2, 0xc0, 0xf4, 0x42,
- 0xd7, 0xe4, 0x69, 0x70, 0x11, 0xc1, 0x33, 0xb1, 0x6a, 0x34, 0x3e, 0x99, 0xa8, 0xa9, 0x01, 0x7c,
- 0x34, 0x57, 0xda, 0xdf, 0xe5, 0x20, 0x2f, 0xd7, 0x81, 0xdc, 0x87, 0x71, 0xab, 0x17, 0x9d, 0xe8,
- 0x92, 0xe4, 0x90, 0x38, 0x5a, 0x25, 0x5d, 0xa8, 0x47, 0x47, 0x46, 0xca, 0xdb, 0xc7, 0x33, 0xde,
- 0x9e, 0x84, 0xd7, 0xc4, 0x40, 0x78, 0xc9, 0x90, 0x99, 0xcc, 0x86, 0xcc, 0xe8, 0xc8, 0x48, 0xe2,
- 0xae, 0x90, 0x8a, 0x3b, 0xed, 0x1f, 0x26, 0x61, 0xe2, 0xa5, 0xcb, 0xce, 0x71, 0x23, 0xb4, 0x2c,
- 0x1a, 0x86, 0x46, 0xba, 0x32, 0x99, 0xd6, 0xcb, 0x52, 0xda, 0x1c, 0x55, 0x29, 0x4d, 0x47, 0x95,
- 0xd2, 0x3c, 0xe4, 0xfb, 0x9e, 0x23, 0xc4, 0x25, 0x29, 0xee, 0x7b, 0xce, 0x70, 0xb9, 0x9f, 0x8f,
- 0xcb, 0xfd, 0xcf, 0x60, 0x26, 0xbc, 0xec, 0xf5, 0x28, 0x0f, 0x1c, 0xcb, 0x88, 0x20, 0x04, 0x21,
- 0xd3, 0xb1, 0xe2, 0xa5, 0xc4, 0xae, 0x00, 0x6e, 0x69, 0x32, 0x06, 0x64, 0x45, 0x52, 0x14, 0x02,
- 0x0c, 0xea, 0x25, 0x28, 0x46, 0x1b, 0x33, 0x86, 0xe8, 0xb4, 0x5e, 0x50, 0x9b, 0x32, 0xf9, 0x04,
- 0xa6, 0x3d, 0xca, 0xcf, 0x19, 0x7a, 0x9c, 0x1c, 0xd1, 0x24, 0x22, 0x2a, 0x4a, 0xdc, 0x1c, 0xf5,
- 0xca, 0x92, 0x47, 0x48, 0xaa, 0x98, 0x7b, 0x0c, 0x60, 0xc5, 0x99, 0x4e, 0x9d, 0xe8, 0xce, 0xc6,
- 0xeb, 0x9a, 0x24, 0x41, 0x3d, 0x05, 0x23, 0x9f, 0x42, 0xde, 0xc4, 0x15, 0x57, 0x27, 0xb5, 0xd3,
- 0x03, 0x8e, 0xa0, 0x2b, 0x35, 0x59, 0x86, 0xa2, 0x1f, 0x38, 0x2c, 0x70, 0xf8, 0x25, 0xba, 0xd7,
- 0xb4, 0x1e, 0x3f, 0xa7, 0x5e, 0x7d, 0xca, 0x99, 0x57, 0x9f, 0x54, 0x59, 0x5a, 0xc9, 0x94, 0xa5,
- 0x4b, 0x50, 0xec, 0x06, 0xac, 0xef, 0x8b, 0x71, 0xa8, 0x5c, 0x82, 0xcf, 0x72, 0x32, 0xd2, 0x5f,
- 0xc8, 0x04, 0x62, 0x1a, 0x11, 0x15, 0x21, 0x3e, 0x94, 0xd2, 0xa6, 0x4d, 0x3e, 0x86, 0x6a, 0x40,
- 0x7d, 0x57, 0xbc, 0x04, 0x52, 0x5c, 0x18, 0xac, 0xef, 0x8a, 0x7a, 0x25, 0x96, 0xa2, 0xb3, 0xec,
- 0xc2, 0xb4, 0xf0, 0x31, 0x91, 0x1c, 0xd4, 0x4c, 0x2d, 0xce, 0xe0, 0x6e, 0xbe, 0x9a, 0xf9, 0x9e,
- 0xb2, 0x26, 0x5c, 0xaf, 0xcd, 0x76, 0x24, 0xa4, 0xe1, 0xf1, 0xe0, 0x52, 0xaf, 0xf8, 0x69, 0xd9,
- 0xf2, 0x57, 0x40, 0x86, 0x41, 0x62, 0x7b, 0x3c, 0xa5, 0x97, 0x6a, 0x37, 0x11, 0xff, 0x8a, 0x6d,
- 0xf4, 0xcc, 0x74, 0xfb, 0x34, 0xaa, 0xd0, 0xf1, 0xe1, 0xcb, 0xb1, 0x67, 0x39, 0xad, 0x0d, 0xe5,
- 0xc1, 0x72, 0x52, 0xd6, 0xc4, 0x91, 0x0f, 0x97, 0xf5, 0xa2, 0x14, 0x34, 0x6d, 0xf1, 0xea, 0xa4,
- 0x94, 0xa1, 0x4f, 0x2d, 0xa7, 0xe3, 0x58, 0xaa, 0xd6, 0xae, 0x4a, 0xf1, 0x91, 0x92, 0x6a, 0xff,
- 0x5d, 0x82, 0x6a, 0xf6, 0x63, 0xd2, 0xd5, 0x45, 0xfb, 0x12, 0x14, 0x83, 0x0b, 0xe3, 0xf8, 0x92,
- 0xd3, 0x10, 0xd9, 0xf2, 0x7a, 0x21, 0xb8, 0x78, 0x21, 0x1e, 0x85, 0x73, 0x05, 0x17, 0x86, 0x8f,
- 0x55, 0x7f, 0xa8, 0x82, 0x60, 0x2a, 0xb8, 0x90, 0xaf, 0x01, 0x21, 0xa6, 0xb0, 0x0b, 0xa3, 0x6f,
- 0x99, 0x62, 0x0b, 0x50, 0xa0, 0x09, 0x04, 0x55, 0x83, 0x8b, 0x57, 0x42, 0x9c, 0x45, 0xf6, 0x32,
- 0xc8, 0xc9, 0x08, 0xb9, 0x3f, 0x8c, 0x3c, 0xce, 0x20, 0xf3, 0x11, 0xf2, 0xc5, 0x30, 0x52, 0x9e,
- 0x70, 0x46, 0xc8, 0x42, 0x84, 0xc4, 0x33, 0xca, 0x08, 0xb9, 0x02, 0x53, 0xc1, 0x85, 0xd1, 0x09,
- 0xcc, 0x1e, 0x0d, 0xb1, 0x92, 0xcf, 0xeb, 0xc5, 0xe0, 0xe2, 0x25, 0x3e, 0x8b, 0x9d, 0x22, 0x56,
- 0x1a, 0x4f, 0x9f, 0xa8, 0x38, 0x86, 0x48, 0xff, 0xf4, 0x09, 0xf9, 0x14, 0x1b, 0x8a, 0x10, 0x1b,
- 0xc6, 0x7a, 0xfd, 0x0b, 0x3c, 0x7e, 0xcc, 0xeb, 0x95, 0x18, 0xb5, 0xb1, 0x5e, 0xff, 0x82, 0xfc,
- 0x08, 0x66, 0x12, 0xe0, 0x7a, 0xfd, 0x99, 0x51, 0xdf, 0xd8, 0x58, 0x9c, 0x8b, 0xba, 0x24, 0x91,
- 0xeb, 0xf5, 0x67, 0xf5, 0x8d, 0x8d, 0x2c, 0xb4, 0xbe, 0xf1, 0xd4, 0xd8, 0x58, 0x5f, 0x5f, 0x9c,
- 0xcf, 0x42, 0xeb, 0x1b, 0x4f, 0x37, 0xd6, 0xd7, 0xc9, 0x8f, 0x81, 0x24, 0xd0, 0x8d, 0xf5, 0xba,
- 0xb1, 0xfe, 0xa8, 0xfe, 0x78, 0x71, 0x41, 0xa6, 0x9b, 0x08, 0xbb, 0xb1, 0x5e, 0x17, 0x62, 0xf2,
- 0x39, 0xcc, 0xa6, 0xba, 0xf0, 0xa8, 0xfe, 0xc4, 0x58, 0xdf, 0x58, 0x7f, 0xb6, 0x78, 0x13, 0xd1,
- 0xb5, 0xb8, 0x13, 0x8f, 0xea, 0x4f, 0x84, 0x7c, 0x00, 0xbe, 0xb1, 0xfe, 0xdc, 0xa8, 0x3f, 0x7a,
- 0xf2, 0xc5, 0xe2, 0xe2, 0x00, 0x7c, 0x63, 0xfd, 0xb9, 0x90, 0x67, 0xe1, 0xf5, 0x47, 0x4f, 0x9e,
- 0x19, 0x4f, 0x1e, 0x3d, 0xdf, 0x58, 0x5c, 0xca, 0xc2, 0x85, 0x42, 0xc8, 0xb3, 0xf0, 0x27, 0x8f,
- 0x9e, 0x3f, 0x35, 0x9e, 0xd7, 0xd7, 0x9f, 0x2e, 0x2e, 0x67, 0xe1, 0x42, 0x21, 0xe4, 0xe4, 0x21,
- 0xcc, 0x25, 0xf0, 0xe7, 0xf5, 0xf5, 0x2f, 0x8c, 0xf5, 0xa7, 0x8f, 0x9f, 0x3d, 0x5e, 0x5c, 0x41,
- 0xfc, 0x4c, 0x84, 0x17, 0x1a, 0x54, 0x88, 0x6d, 0x36, 0xb8, 0x30, 0xac, 0xc0, 0x92, 0x5e, 0x10,
- 0x62, 0xda, 0xc8, 0xeb, 0xa5, 0xe0, 0x62, 0x2b, 0xb0, 0xd0, 0x03, 0xb0, 0xa4, 0xe2, 0x91, 0x77,
- 0x17, 0xa5, 0x77, 0xf3, 0xc4, 0xbb, 0x79, 0xe2, 0xdd, 0x53, 0xd2, 0xbb, 0x79, 0xda, 0xbb, 0xf9,
- 0xa0, 0x77, 0x83, 0x5c, 0x21, 0x3e, 0xe4, 0xdd, 0x7c, 0xd0, 0xbb, 0x4b, 0x11, 0x72, 0x7f, 0x18,
- 0x99, 0xf5, 0xee, 0x72, 0x84, 0x7c, 0x31, 0x8c, 0xcc, 0x7a, 0x77, 0x25, 0x42, 0x0e, 0x7a, 0x37,
- 0x8f, 0xbd, 0xfb, 0x96, 0xf4, 0x6e, 0x9e, 0xf2, 0x6e, 0x9e, 0xf6, 0xee, 0xdb, 0xd2, 0xbb, 0x79,
- 0xc6, 0xbb, 0xf9, 0xa0, 0x77, 0xdf, 0x91, 0xde, 0xcd, 0x07, 0xbd, 0x9b, 0x0f, 0x79, 0xf7, 0xdd,
- 0xa8, 0x4b, 0x83, 0xde, 0xcd, 0x87, 0xbc, 0x7b, 0x35, 0x0b, 0x4d, 0xbc, 0x9b, 0x0f, 0x7b, 0xf7,
- 0x3d, 0xe9, 0xdd, 0x7c, 0xd8, 0xbb, 0xf9, 0x08, 0xef, 0xd6, 0xa4, 0x43, 0xf1, 0x11, 0xde, 0xcd,
- 0x47, 0x78, 0xf7, 0x47, 0x03, 0xf0, 0x94, 0x77, 0xf3, 0x11, 0xde, 0x7d, 0x3f, 0x0b, 0x4f, 0x7b,
- 0x37, 0x1f, 0xe1, 0xdd, 0x1f, 0x67, 0xe1, 0x69, 0xef, 0xe6, 0xa3, 0xbc, 0xfb, 0x13, 0xe9, 0xdd,
- 0x7c, 0xc8, 0xbb, 0x6f, 0x03, 0x1c, 0x3b, 0x7e, 0xe4, 0xda, 0xd3, 0xd2, 0x3d, 0x8f, 0x1d, 0x5f,
- 0x39, 0xf6, 0x2d, 0x98, 0xe2, 0x4e, 0x8f, 0x86, 0xdc, 0xec, 0xf9, 0xb8, 0xcd, 0x15, 0xf4, 0x44,
- 0xa0, 0xfd, 0x7b, 0x01, 0x0f, 0xf8, 0xdf, 0x25, 0xff, 0x5f, 0x71, 0x7c, 0xf4, 0x31, 0x54, 0x7d,
- 0x16, 0x3a, 0xdc, 0x39, 0xa3, 0xf2, 0xa3, 0xb3, 0xca, 0xff, 0x95, 0x48, 0x8a, 0x1f, 0x91, 0x05,
- 0xcc, 0xa3, 0x5d, 0x33, 0x05, 0x93, 0x3b, 0x40, 0x25, 0x92, 0x4a, 0xd8, 0x33, 0x58, 0xb4, 0xa9,
- 0xeb, 0xf4, 0x1c, 0x51, 0x8d, 0xf6, 0x9c, 0x30, 0x34, 0x6c, 0xca, 0xa9, 0x15, 0x9f, 0xfe, 0xe5,
- 0xf5, 0x85, 0x58, 0xbf, 0xef, 0x84, 0xe1, 0x76, 0xa4, 0x1d, 0x98, 0x86, 0xfc, 0xe0, 0x34, 0xac,
- 0x80, 0x78, 0x30, 0xfa, 0x9e, 0x13, 0xa7, 0xff, 0xe2, 0xb1, 0xe3, 0xbf, 0x12, 0xcf, 0xa4, 0x0e,
- 0xf3, 0x1d, 0x6a, 0x19, 0x16, 0x0b, 0x02, 0x6a, 0x71, 0x6a, 0x1b, 0xe1, 0x65, 0xef, 0x58, 0xbc,
- 0xbc, 0xcb, 0x4c, 0x30, 0xdb, 0xa1, 0xd6, 0x56, 0xa4, 0x3b, 0x92, 0x2a, 0xf2, 0x14, 0x6e, 0x4a,
- 0x1b, 0x9b, 0x9e, 0xb3, 0xc0, 0x0e, 0x13, 0x6b, 0x95, 0x22, 0xe6, 0xd1, 0x4a, 0x69, 0x63, 0x73,
- 0xf2, 0x33, 0x58, 0xc9, 0xda, 0xf5, 0x3d, 0x65, 0x69, 0x1e, 0xbb, 0x54, 0x65, 0x8e, 0xa5, 0xb4,
- 0xed, 0xab, 0x34, 0x80, 0x7c, 0x04, 0x95, 0x8c, 0xbd, 0xca, 0x20, 0xe5, 0xb4, 0x85, 0x28, 0xed,
- 0xb3, 0x03, 0x92, 0xe3, 0x96, 0x29, 0x64, 0x26, 0x3d, 0x1c, 0x39, 0x01, 0x9f, 0xc0, 0xf4, 0x45,
- 0x97, 0xf6, 0x8c, 0x53, 0x7a, 0x19, 0xcd, 0xa0, 0x4c, 0x22, 0x15, 0x21, 0xfe, 0x9a, 0x5e, 0x26,
- 0xb3, 0x88, 0x38, 0x97, 0x85, 0x51, 0x16, 0x2d, 0x0a, 0xc1, 0x1e, 0x0b, 0x91, 0x44, 0x54, 0x01,
- 0x2e, 0x33, 0x7b, 0xa1, 0x64, 0x51, 0xde, 0x58, 0x09, 0x2e, 0x0e, 0x51, 0x8a, 0x2c, 0x6a, 0xa3,
- 0x52, 0x38, 0x8f, 0x79, 0x86, 0x63, 0xbb, 0x14, 0x5d, 0x13, 0x37, 0x2a, 0x09, 0x3d, 0x60, 0x5e,
- 0xd3, 0x76, 0xb1, 0x0c, 0x0c, 0x2e, 0xf0, 0xae, 0x81, 0xda, 0x91, 0xf3, 0xc1, 0x45, 0xab, 0x67,
- 0x39, 0xe4, 0x19, 0x2c, 0x29, 0x45, 0x94, 0xf7, 0x92, 0x0c, 0xaf, 0x36, 0xe7, 0x79, 0x09, 0x55,
- 0x09, 0x30, 0xca, 0xf5, 0x99, 0x42, 0x66, 0xf6, 0xba, 0x42, 0x66, 0x6e, 0xb0, 0x90, 0x49, 0x6f,
- 0x12, 0xf3, 0xd7, 0x6d, 0x12, 0x0b, 0x83, 0x9b, 0xc4, 0x3d, 0x28, 0x1f, 0xd3, 0xc0, 0x08, 0xa8,
- 0xa8, 0xfe, 0xa8, 0xad, 0x36, 0xda, 0xd2, 0x31, 0x0d, 0x74, 0x25, 0x22, 0x77, 0xa1, 0xe4, 0x5a,
- 0x76, 0x37, 0x9a, 0x7f, 0xb9, 0xb7, 0x82, 0x10, 0xa9, 0xc9, 0x17, 0x9d, 0xb3, 0x9d, 0x48, 0xbf,
- 0xa4, 0x3a, 0x67, 0x3b, 0xa3, 0x02, 0x7d, 0x79, 0x30, 0xd0, 0xff, 0x35, 0x07, 0x33, 0x3b, 0xb4,
- 0xf7, 0xae, 0xc5, 0xde, 0x5b, 0xbe, 0x70, 0xbc, 0xa5, 0xe0, 0x4b, 0xcf, 0xf0, 0xc4, 0xd0, 0x0c,
- 0xa7, 0xe6, 0x69, 0x72, 0x70, 0x9e, 0xd2, 0x33, 0x9c, 0xcf, 0xce, 0xf0, 0xf5, 0xe3, 0xfb, 0xfb,
- 0x1c, 0x54, 0xb3, 0x97, 0x9b, 0xd2, 0xef, 0x65, 0xb9, 0xcc, 0x67, 0x98, 0x1f, 0x5e, 0xc9, 0xfe,
- 0xf0, 0x2a, 0xe1, 0xfa, 0x34, 0xfc, 0x15, 0x54, 0x32, 0xb7, 0xa1, 0xae, 0x5e, 0x98, 0x05, 0xc8,
- 0x87, 0xdc, 0xe4, 0xfd, 0x50, 0x9d, 0x39, 0xaa, 0x27, 0xed, 0x5b, 0x98, 0x1d, 0x71, 0x2b, 0xea,
- 0xbd, 0xb3, 0x79, 0x42, 0x3f, 0x9e, 0xa1, 0xff, 0xeb, 0x31, 0xfc, 0xc6, 0x32, 0x78, 0xbb, 0xeb,
- 0x07, 0x7c, 0x0d, 0x76, 0x59, 0x68, 0x64, 0x9a, 0x98, 0x72, 0x59, 0x78, 0x84, 0x02, 0xa9, 0x3e,
- 0x8e, 0xd4, 0x13, 0x91, 0xfa, 0x58, 0xa9, 0x1f, 0x40, 0xcd, 0x65, 0xbe, 0x25, 0xf7, 0x05, 0x05,
- 0x92, 0x67, 0xe5, 0x55, 0x21, 0x17, 0xfb, 0x81, 0x42, 0xae, 0xc3, 0xbc, 0x42, 0xaa, 0x8c, 0x10,
- 0xc1, 0xf3, 0xf2, 0x7c, 0x5e, 0xc2, 0x65, 0x3e, 0x50, 0x26, 0x22, 0xfc, 0x58, 0xc7, 0x89, 0x80,
- 0x05, 0x79, 0x0c, 0x25, 0x44, 0x0a, 0x70, 0x0f, 0xca, 0x22, 0x33, 0xc5, 0x88, 0x22, 0x22, 0x4a,
- 0x28, 0x93, 0x10, 0x8d, 0xc2, 0xca, 0x35, 0x77, 0xc1, 0x3e, 0xd8, 0x62, 0xfc, 0x45, 0x0e, 0x96,
- 0xaf, 0xbe, 0x18, 0xf6, 0xa1, 0x9a, 0x21, 0x8f, 0x61, 0xc1, 0xf1, 0xce, 0x68, 0x10, 0x52, 0x43,
- 0xbc, 0x05, 0xcb, 0x79, 0x0c, 0x4c, 0x1e, 0x7d, 0xd7, 0x9a, 0x55, 0xda, 0x17, 0x8e, 0xbc, 0xea,
- 0xa1, 0x9b, 0x9c, 0x6a, 0xdf, 0xcb, 0xbe, 0x5d, 0x71, 0xaf, 0xec, 0x83, 0xf5, 0x6d, 0x0e, 0x26,
- 0x93, 0x2a, 0xa2, 0xa0, 0xcb, 0x07, 0xc1, 0xee, 0xd1, 0x73, 0x83, 0x7e, 0x17, 0x9d, 0x16, 0xe5,
- 0x3d, 0x7a, 0xde, 0xf8, 0xce, 0xd6, 0x4e, 0xe0, 0xce, 0xf5, 0xb7, 0xd2, 0x3e, 0xd8, 0xda, 0xfc,
- 0x65, 0x4e, 0xfa, 0xc0, 0x15, 0xf7, 0xd4, 0xfe, 0x7f, 0x17, 0xe7, 0xd7, 0x39, 0xd0, 0xde, 0x7e,
- 0xe7, 0xed, 0xff, 0x76, 0x91, 0xb4, 0xef, 0x70, 0x2d, 0xae, 0xb9, 0x1b, 0xf7, 0xde, 0xed, 0xdf,
- 0xcd, 0xde, 0xf3, 0x90, 0xc7, 0x8a, 0xe9, 0xab, 0x1b, 0xa7, 0x70, 0xef, 0xad, 0x17, 0xd9, 0x3e,
- 0x98, 0x07, 0xb4, 0x81, 0xe8, 0x6a, 0x53, 0x4e, 0xb1, 0x8b, 0xe2, 0x28, 0xda, 0xbc, 0x0d, 0x8b,
- 0xf5, 0x3d, 0x8e, 0xad, 0x88, 0xe2, 0x48, 0x81, 0xb7, 0x84, 0xf0, 0xca, 0xfc, 0xfe, 0xe7, 0x39,
- 0x58, 0xbc, 0xea, 0xa6, 0xdc, 0x7b, 0x77, 0x7d, 0x13, 0x2a, 0x49, 0x67, 0x46, 0xdd, 0x8d, 0x1d,
- 0x1e, 0xc0, 0xee, 0x0d, 0xbd, 0x14, 0x24, 0xd2, 0x17, 0x05, 0xfc, 0xe0, 0xc3, 0x43, 0xed, 0x00,
- 0x6e, 0x5d, 0x77, 0x0f, 0xf1, 0x7d, 0xfb, 0xa6, 0xfd, 0x0a, 0x56, 0xdf, 0x76, 0x67, 0xef, 0x83,
- 0x2d, 0xd5, 0xaf, 0x60, 0xe9, 0xca, 0x8b, 0x7b, 0x3f, 0x64, 0x6f, 0x4b, 0x95, 0x67, 0xe3, 0x03,
- 0xe5, 0x99, 0xf6, 0x57, 0x39, 0x78, 0xf0, 0xae, 0xb7, 0xf8, 0x3e, 0x58, 0x04, 0x7e, 0x0e, 0x24,
- 0x7d, 0xb3, 0x50, 0xf5, 0x4d, 0x86, 0xe3, 0x4c, 0x4a, 0xa3, 0xfa, 0xd8, 0x83, 0x8f, 0xde, 0xe1,
- 0xbe, 0xdf, 0x07, 0x9b, 0x7e, 0x17, 0xb3, 0xd1, 0x5b, 0xee, 0xfc, 0x7d, 0xb0, 0xd6, 0xfe, 0x24,
- 0x07, 0x9f, 0xbc, 0xdb, 0xed, 0xbf, 0x0f, 0x36, 0xfd, 0xcb, 0x50, 0x1c, 0xb8, 0x0b, 0x12, 0x3f,
- 0x6b, 0xff, 0x99, 0x83, 0xd2, 0x4e, 0xc0, 0xfa, 0xfe, 0x3e, 0xc5, 0x03, 0xdd, 0x7b, 0x50, 0x76,
- 0xa2, 0x8b, 0x3d, 0x51, 0xc3, 0x15, 0xfc, 0xcd, 0x83, 0x94, 0x35, 0x6d, 0xd2, 0x84, 0x6a, 0x02,
- 0xc1, 0x0f, 0x05, 0xf2, 0x03, 0x6e, 0x72, 0x0d, 0x35, 0x45, 0xb8, 0x16, 0x5f, 0x13, 0xc2, 0x2f,
- 0xb5, 0x15, 0x27, 0xfd, 0x48, 0xee, 0x40, 0x49, 0xbc, 0xc7, 0x45, 0x05, 0xfe, 0x38, 0x36, 0x26,
- 0x0a, 0xfc, 0x43, 0x59, 0xe0, 0xa7, 0x4f, 0xec, 0x27, 0x50, 0x19, 0x3f, 0x6b, 0xbf, 0x0d, 0x95,
- 0x0c, 0x37, 0x29, 0xc0, 0xf8, 0x61, 0xeb, 0xa0, 0x76, 0x83, 0xd4, 0xa0, 0xdc, 0x38, 0x6c, 0x1d,
- 0x18, 0xeb, 0x3b, 0xc6, 0xe1, 0x66, 0x7b, 0xb7, 0x96, 0x23, 0x33, 0x50, 0x91, 0x92, 0x47, 0x4a,
- 0x34, 0xa6, 0xfd, 0xd1, 0x18, 0x4c, 0x62, 0x3f, 0x33, 0x27, 0xf9, 0x72, 0xb8, 0xf1, 0x49, 0xfe,
- 0x4f, 0xa1, 0x60, 0xb1, 0x5e, 0xcf, 0x54, 0x97, 0xff, 0x87, 0xc6, 0x98, 0x1e, 0x69, 0xb8, 0x25,
- 0x91, 0x7a, 0x64, 0x42, 0xd6, 0xa0, 0xd0, 0x93, 0x2a, 0xf5, 0xf9, 0x7d, 0x6e, 0xd4, 0x0c, 0xe9,
- 0x11, 0x28, 0xf5, 0x21, 0x63, 0xe2, 0xda, 0x0f, 0x19, 0xda, 0xd7, 0x30, 0x3b, 0xa2, 0x61, 0x32,
- 0x0d, 0xa5, 0xcd, 0xed, 0x6d, 0x63, 0xbf, 0xb1, 0xff, 0xa2, 0xa1, 0x1f, 0xd5, 0x6e, 0x10, 0x02,
- 0x55, 0xbd, 0xb1, 0xdf, 0x7a, 0xdd, 0x88, 0x65, 0x39, 0x01, 0x3a, 0x6a, 0xb4, 0x63, 0xc1, 0x98,
- 0xf6, 0x0d, 0xc0, 0x6b, 0xd3, 0xed, 0xd3, 0x43, 0x33, 0x30, 0x7b, 0xe4, 0x0e, 0x8c, 0x33, 0xaf,
- 0xaf, 0x3e, 0xa9, 0x95, 0x33, 0x17, 0x8b, 0x85, 0x82, 0xfc, 0x24, 0xfd, 0x69, 0xa0, 0x5a, 0x5f,
- 0x58, 0x53, 0xbf, 0xf4, 0x41, 0x0a, 0xb1, 0x0c, 0x6b, 0xb8, 0xce, 0x12, 0xa4, 0x15, 0x60, 0xb2,
- 0xd1, 0xf3, 0xf9, 0x65, 0xfd, 0x9f, 0x66, 0xa1, 0xd0, 0x92, 0x5c, 0x64, 0x1b, 0x60, 0xdb, 0x09,
- 0xcd, 0x63, 0x97, 0xb6, 0x5c, 0x4e, 0xaa, 0x71, 0x1b, 0x88, 0x5c, 0x1e, 0x78, 0xd6, 0x16, 0x7e,
- 0xfd, 0x2f, 0xff, 0xf6, 0xfd, 0x58, 0x4d, 0x2b, 0x3d, 0x3c, 0x5b, 0x7f, 0xa8, 0xec, 0xbe, 0xcc,
- 0x7d, 0x46, 0x5e, 0x42, 0x49, 0xa7, 0xd4, 0x7b, 0x57, 0x9a, 0x9b, 0x48, 0x33, 0xa3, 0x95, 0x05,
- 0x4d, 0x64, 0x28, 0x78, 0x1a, 0x50, 0x52, 0x45, 0x00, 0x6d, 0x79, 0x7d, 0x92, 0x19, 0xf2, 0x10,
- 0xcb, 0x22, 0xb2, 0x10, 0xad, 0x22, 0x58, 0x1a, 0xb2, 0x71, 0xaf, 0x2f, 0x68, 0x76, 0xa1, 0x12,
- 0x6f, 0x16, 0xef, 0x40, 0xb4, 0x84, 0x44, 0xb3, 0x5a, 0x35, 0x35, 0x2a, 0xc5, 0xb4, 0x05, 0x53,
- 0xdb, 0xd4, 0xa5, 0xef, 0xdd, 0x9d, 0xd8, 0x48, 0x90, 0x34, 0x01, 0xd4, 0xc5, 0xae, 0x56, 0x9f,
- 0x93, 0x5a, 0xe6, 0x07, 0x42, 0xfb, 0x61, 0xf7, 0xfa, 0xfe, 0x24, 0x96, 0x82, 0xaa, 0x05, 0xe5,
- 0xf8, 0x56, 0x97, 0x20, 0x23, 0x99, 0x4b, 0xd9, 0x28, 0x1e, 0xa2, 0x5b, 0x41, 0xba, 0x79, 0xad,
- 0x86, 0x74, 0x29, 0x6b, 0x41, 0xf8, 0xfb, 0x30, 0x9d, 0xbe, 0x9f, 0x25, 0x38, 0x93, 0xbb, 0x79,
- 0x69, 0xcd, 0x10, 0xed, 0x1d, 0xa4, 0x5d, 0xd4, 0x66, 0x05, 0xed, 0x00, 0x87, 0x60, 0xfe, 0x0a,
- 0x0a, 0xe2, 0xe5, 0x7b, 0xd3, 0xb6, 0x49, 0x25, 0xf3, 0x6d, 0xec, 0x7a, 0xaf, 0x52, 0x36, 0xd2,
- 0xab, 0x40, 0x3c, 0xe9, 0xf8, 0x49, 0xfb, 0x6d, 0x24, 0x99, 0x49, 0x4b, 0xcc, 0x04, 0xcf, 0x11,
- 0x54, 0xe3, 0x9b, 0x8f, 0x5b, 0x27, 0xd4, 0x3a, 0x1d, 0x72, 0xd0, 0x64, 0x1a, 0x63, 0xa0, 0x76,
- 0x1b, 0x09, 0x6f, 0x6a, 0x44, 0x10, 0x66, 0xed, 0x05, 0xe9, 0x3e, 0x94, 0xa4, 0xcf, 0x1d, 0x32,
- 0xaf, 0xd9, 0x49, 0x2d, 0x44, 0x9c, 0x07, 0x87, 0xba, 0xb8, 0x8c, 0x8c, 0x73, 0xda, 0x74, 0xe2,
- 0xb0, 0x68, 0xac, 0x16, 0x56, 0x79, 0xde, 0xbb, 0xf3, 0x65, 0x16, 0x36, 0x6d, 0x2d, 0x08, 0x75,
- 0xa8, 0xec, 0x50, 0x9e, 0xba, 0x3f, 0x37, 0x38, 0xe6, 0xd9, 0x11, 0x57, 0x7c, 0xb4, 0x5b, 0x48,
- 0xb9, 0xa0, 0xcd, 0x08, 0xca, 0x8c, 0xbd, 0xe0, 0xfc, 0x1d, 0xc8, 0xeb, 0xf4, 0x98, 0xb1, 0xb7,
- 0x47, 0xf8, 0x3c, 0xf2, 0x4c, 0x6b, 0x20, 0x23, 0x5c, 0xd8, 0x08, 0x82, 0x57, 0x30, 0xb3, 0xc5,
- 0x5c, 0x97, 0x5a, 0xe9, 0x03, 0xa7, 0xb7, 0x71, 0xad, 0x22, 0xd7, 0xb2, 0x36, 0x2f, 0xb8, 0x86,
- 0xcc, 0x05, 0xed, 0xcf, 0xa1, 0xb6, 0x43, 0x79, 0xf6, 0xcc, 0x3a, 0x1b, 0xac, 0x0b, 0x03, 0x3f,
- 0xcc, 0x52, 0x28, 0xed, 0x2e, 0x72, 0x2f, 0x69, 0x73, 0x6a, 0xbc, 0x19, 0xad, 0xa0, 0x3e, 0x85,
- 0xb9, 0x1d, 0xca, 0x87, 0x4f, 0xc9, 0x46, 0x05, 0x5e, 0xf2, 0x4b, 0xc3, 0x21, 0xbc, 0xf6, 0x11,
- 0x36, 0x74, 0x5b, 0x5b, 0x54, 0x0d, 0x0d, 0x21, 0x44, 0x63, 0x01, 0xdc, 0xdc, 0x0a, 0xa8, 0xc9,
- 0x69, 0x3b, 0x30, 0x3b, 0x1d, 0xc7, 0x3a, 0xb2, 0x4e, 0xa8, 0xdd, 0x77, 0xc5, 0x76, 0x74, 0x77,
- 0x2d, 0xf3, 0x3b, 0xcf, 0x21, 0xc0, 0xd0, 0xac, 0x7d, 0x82, 0x0d, 0xae, 0x6a, 0x2b, 0x38, 0x6b,
- 0xa3, 0x59, 0x55, 0x9b, 0x32, 0x52, 0x3e, 0x74, 0x9b, 0x57, 0xb0, 0x8a, 0x36, 0x3b, 0x30, 0x9b,
- 0xe9, 0xd1, 0xef, 0xf5, 0x69, 0x9f, 0x86, 0x64, 0x65, 0x64, 0x7b, 0x52, 0x39, 0xd4, 0x96, 0x86,
- 0x6d, 0xdd, 0xd2, 0x6e, 0x0e, 0x8d, 0x4f, 0x1a, 0xa8, 0x76, 0x32, 0xbd, 0xf8, 0x5f, 0xb7, 0x33,
- 0x82, 0x4d, 0xb4, 0xf3, 0x5b, 0x50, 0x93, 0xe1, 0x9c, 0xaa, 0x17, 0xaf, 0x0e, 0xb7, 0x04, 0xa4,
- 0xdd, 0x78, 0x94, 0x23, 0xdf, 0xc2, 0xfc, 0x21, 0x0d, 0x3a, 0x2c, 0xe8, 0x61, 0x19, 0xd1, 0xf2,
- 0x69, 0x30, 0xc8, 0x80, 0x8a, 0xa1, 0x9e, 0xdd, 0xc7, 0x9e, 0xdd, 0xd1, 0x96, 0x44, 0xcf, 0x46,
- 0x52, 0xc8, 0xcd, 0xa7, 0x24, 0x37, 0x23, 0x59, 0x5f, 0xbd, 0x8d, 0x34, 0x93, 0xa3, 0x52, 0x86,
- 0x82, 0xaa, 0x0d, 0xa5, 0x1d, 0xca, 0x1b, 0x17, 0x1c, 0xeb, 0x0b, 0x92, 0x8c, 0x28, 0x29, 0x59,
- 0x96, 0xe7, 0xa2, 0x1a, 0x44, 0xa7, 0xbc, 0x1f, 0x78, 0xa8, 0x09, 0xb3, 0xac, 0x29, 0x0e, 0xc1,
- 0xfa, 0x2d, 0xfe, 0x72, 0x45, 0xbe, 0xc4, 0xe2, 0x59, 0xe2, 0x11, 0xe5, 0x44, 0x94, 0x32, 0xf8,
- 0xa3, 0xe4, 0xac, 0xea, 0xfa, 0xdc, 0x30, 0x44, 0x23, 0xe8, 0x7d, 0x58, 0xda, 0xa1, 0x7c, 0x6f,
- 0xf4, 0x25, 0xed, 0x6c, 0x92, 0x58, 0xc9, 0xfe, 0xec, 0x28, 0x73, 0x75, 0x5c, 0x7b, 0x80, 0x2d,
- 0x69, 0xda, 0x6d, 0x35, 0x84, 0xd1, 0x8c, 0xa2, 0xc5, 0x13, 0x98, 0x1f, 0xa9, 0x7f, 0x9f, 0xd6,
- 0x32, 0x6b, 0x3b, 0x92, 0xed, 0xcb, 0xdc, 0x67, 0x2f, 0xbe, 0x85, 0x15, 0x16, 0x74, 0x91, 0xc7,
- 0x62, 0x81, 0xbd, 0x26, 0x7f, 0xda, 0x1d, 0xf1, 0xbe, 0xa8, 0xbc, 0xc6, 0x67, 0x51, 0xea, 0xb5,
- 0xf6, 0xda, 0xdf, 0x3c, 0xec, 0x3a, 0xfc, 0xa4, 0x7f, 0x2c, 0x16, 0xe8, 0x61, 0x64, 0xf2, 0x50,
- 0x9a, 0x7c, 0xae, 0x7e, 0x0d, 0x7e, 0xf6, 0xe4, 0x61, 0x97, 0x45, 0xbf, 0x4a, 0x3f, 0xcc, 0x1d,
- 0x8e, 0x1d, 0xe7, 0x51, 0xf3, 0xf8, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xed, 0xce, 0x6d, 0x9a,
- 0xb9, 0x3e, 0x00, 0x00,
+ 0x5a, 0xd2, 0x06, 0xd1, 0x1b, 0xc3, 0x65, 0x61, 0x68, 0xc4, 0x6b, 0x41, 0xba, 0xf5, 0xa7, 0x69,
+ 0xda, 0x3d, 0x16, 0x86, 0xad, 0x8e, 0x58, 0x14, 0x5b, 0x27, 0xa6, 0xe7, 0x51, 0x37, 0x43, 0x5d,
+ 0x65, 0x0a, 0xa1, 0x96, 0x48, 0x34, 0xce, 0xd8, 0x95, 0x30, 0x19, 0xe7, 0xe2, 0x88, 0x71, 0x96,
+ 0x98, 0x2b, 0xc7, 0x39, 0x51, 0x0b, 0xe2, 0x96, 0x0c, 0x12, 0xdc, 0x39, 0x97, 0x2d, 0x95, 0xab,
+ 0xe1, 0xc7, 0x69, 0xc2, 0x76, 0x60, 0x7a, 0x61, 0xcf, 0x09, 0x43, 0x87, 0x79, 0x4d, 0x8f, 0xd3,
+ 0xa0, 0x43, 0x03, 0xea, 0x59, 0xf4, 0x8d, 0x19, 0x78, 0x8e, 0xd7, 0x55, 0x51, 0xa3, 0xed, 0x9c,
+ 0x63, 0x4b, 0x7f, 0x25, 0x07, 0xd7, 0xb4, 0xb8, 0x73, 0x86, 0xf5, 0x26, 0x8d, 0x85, 0xe1, 0x51,
+ 0xd8, 0x8c, 0x61, 0xa3, 0xda, 0x2b, 0xfa, 0x9c, 0x45, 0xc8, 0x1a, 0x16, 0x45, 0x0d, 0x7e, 0xc0,
+ 0x2c, 0x1a, 0x86, 0x62, 0x15, 0xd0, 0x20, 0x60, 0x32, 0x4a, 0x96, 0xb0, 0x8a, 0x8f, 0xd3, 0x55,
+ 0x1c, 0xc6, 0xb8, 0x86, 0x80, 0x65, 0x2a, 0x98, 0x67, 0xa3, 0xf4, 0x84, 0xc2, 0x52, 0x32, 0x87,
+ 0x1d, 0x23, 0xbc, 0xf4, 0xac, 0xa4, 0x17, 0x65, 0xac, 0xe2, 0xb3, 0xe1, 0xb9, 0xfc, 0x9a, 0x5e,
+ 0x1e, 0x5d, 0x7a, 0xd6, 0x55, 0x1d, 0x91, 0xa0, 0x08, 0x21, 0xaa, 0x79, 0x05, 0xf3, 0x18, 0x60,
+ 0x79, 0xdf, 0xf0, 0x99, 0x27, 0xc3, 0x11, 0x56, 0x51, 0xc1, 0x2a, 0xee, 0x65, 0xc2, 0x2d, 0xef,
+ 0x1f, 0x32, 0x0f, 0xa3, 0xd0, 0xd0, 0x94, 0x66, 0x75, 0xc4, 0x85, 0x5b, 0xe8, 0xde, 0x74, 0x60,
+ 0x0e, 0xfa, 0x81, 0x5c, 0x40, 0x55, 0x64, 0xff, 0x51, 0xc6, 0xc7, 0x53, 0xd8, 0x51, 0xed, 0x17,
+ 0xc3, 0x31, 0x1a, 0x43, 0xde, 0xc8, 0x4e, 0x04, 0xb4, 0xc7, 0x38, 0x35, 0x6c, 0xda, 0xa1, 0x96,
+ 0x0c, 0xe5, 0xd3, 0x58, 0x8d, 0x96, 0xae, 0x46, 0x47, 0xd0, 0x36, 0x62, 0x32, 0xfc, 0x84, 0x0d,
+ 0x29, 0x49, 0x28, 0xbb, 0x81, 0x93, 0xd0, 0xa5, 0x3d, 0xc3, 0xa6, 0xae, 0xe3, 0x51, 0xd9, 0x1d,
+ 0xc1, 0x5f, 0x43, 0xfe, 0xf5, 0xe1, 0x79, 0xd8, 0x69, 0xec, 0xab, 0x25, 0xb5, 0x9d, 0x98, 0x64,
+ 0xaa, 0x5b, 0x54, 0xd3, 0xb1, 0x43, 0x7b, 0x59, 0x08, 0x39, 0x83, 0x55, 0xf4, 0xad, 0x93, 0xcb,
+ 0xd0, 0xb1, 0x4c, 0xd7, 0xa0, 0xdf, 0xf5, 0x1d, 0xbf, 0x47, 0x3d, 0x9e, 0xf2, 0xb1, 0x19, 0xac,
+ 0xf8, 0x27, 0x19, 0x1f, 0x53, 0xf8, 0x46, 0x04, 0x1f, 0x76, 0x35, 0xd1, 0x99, 0x2b, 0x61, 0xe4,
+ 0x97, 0x30, 0x9b, 0xf6, 0x38, 0xd3, 0x3a, 0xc5, 0xaa, 0xc8, 0xf0, 0x6a, 0x94, 0x7d, 0xdc, 0xb4,
+ 0x4e, 0x3d, 0x76, 0xee, 0x52, 0xbb, 0x4b, 0x05, 0x4f, 0xa6, 0xa6, 0x69, 0x96, 0x42, 0x09, 0x72,
+ 0x06, 0x2b, 0x32, 0x11, 0xe8, 0x74, 0x8c, 0x80, 0x9a, 0xd6, 0x89, 0x41, 0x2f, 0x2c, 0x4a, 0x6d,
+ 0x6a, 0x63, 0x25, 0xb3, 0x58, 0xc9, 0xc3, 0x6c, 0x5e, 0xd0, 0xc1, 0x45, 0xce, 0x1d, 0xd3, 0xd5,
+ 0x85, 0x45, 0x43, 0x19, 0x64, 0x2a, 0xba, 0xc9, 0x24, 0x72, 0x10, 0x11, 0xef, 0x76, 0x6b, 0x50,
+ 0xc9, 0x64, 0x45, 0xe4, 0x36, 0x00, 0x26, 0x34, 0xc2, 0xd5, 0x29, 0xee, 0x76, 0x53, 0xfa, 0x94,
+ 0x90, 0x08, 0xe7, 0xa5, 0xda, 0x2e, 0x54, 0xb3, 0x19, 0x11, 0xb9, 0x09, 0x05, 0x99, 0x3c, 0xc9,
+ 0xbd, 0xb1, 0xa0, 0xe7, 0x31, 0x41, 0xb2, 0x07, 0x98, 0xc6, 0x06, 0x99, 0x4e, 0x60, 0x66, 0x28,
+ 0xbd, 0xb9, 0x9a, 0xec, 0x4b, 0xa8, 0x84, 0x34, 0x70, 0x4c, 0xd7, 0xf0, 0xfa, 0xbd, 0x63, 0x1a,
+ 0xa8, 0xdd, 0x74, 0x3e, 0x1e, 0x92, 0x23, 0xd4, 0x1e, 0xa0, 0x52, 0x2f, 0x87, 0xa9, 0x92, 0xf6,
+ 0xfd, 0x04, 0x54, 0x32, 0xe9, 0xd0, 0xd5, 0xd5, 0xcc, 0x43, 0x1e, 0xd7, 0xbb, 0xdc, 0xad, 0x0b,
+ 0xfa, 0xa4, 0x58, 0xbb, 0x83, 0x5d, 0x19, 0x1f, 0xe8, 0x0a, 0xb9, 0x0b, 0x25, 0xd3, 0xee, 0x39,
+ 0x9e, 0xd2, 0x4f, 0xa2, 0x1e, 0x50, 0x24, 0x01, 0x43, 0xad, 0x9f, 0x78, 0xe7, 0xd6, 0x93, 0x3d,
+ 0x28, 0x61, 0x60, 0x0b, 0xa8, 0x19, 0x32, 0x0f, 0xb7, 0xbf, 0x6a, 0xd6, 0xdf, 0x92, 0x8e, 0xad,
+ 0x65, 0x43, 0xb1, 0x8e, 0x26, 0x3a, 0x74, 0xe2, 0xff, 0xb5, 0x3f, 0x1a, 0x83, 0xb9, 0x51, 0x20,
+ 0xf2, 0x11, 0xdc, 0x6d, 0x1d, 0xbc, 0x32, 0x36, 0xb7, 0xda, 0xcd, 0xd7, 0x9b, 0xed, 0x66, 0xeb,
+ 0xc0, 0x78, 0xb9, 0xd9, 0xdc, 0x33, 0xf4, 0xc6, 0xe6, 0x51, 0xeb, 0xc0, 0x38, 0x68, 0x1d, 0x34,
+ 0x6a, 0x37, 0xc8, 0x27, 0xa0, 0x5d, 0x03, 0xd2, 0x37, 0x0f, 0x76, 0x9a, 0x07, 0x3b, 0xb5, 0x1c,
+ 0x79, 0x0a, 0xf5, 0x6b, 0x70, 0x87, 0x9b, 0x47, 0x47, 0x6f, 0x5a, 0xfa, 0xb6, 0xb1, 0xf9, 0xaa,
+ 0xbd, 0xdb, 0x38, 0x68, 0x37, 0xb7, 0x10, 0x53, 0x1b, 0x23, 0x1a, 0xdc, 0xb9, 0xc6, 0x6e, 0xaf,
+ 0x75, 0x54, 0x1b, 0x27, 0xf7, 0xe0, 0xf6, 0x28, 0x0c, 0xca, 0xf6, 0x36, 0xf5, 0xfd, 0xda, 0xc4,
+ 0x55, 0x7d, 0x39, 0x7a, 0xd3, 0x6c, 0x6f, 0xed, 0x1a, 0xad, 0xd7, 0x0d, 0xbd, 0x36, 0xa9, 0xfd,
+ 0x0a, 0xc8, 0x70, 0x82, 0x4e, 0x08, 0x4c, 0xf0, 0x4b, 0x3f, 0x72, 0x7c, 0xfc, 0x3f, 0xed, 0x2d,
+ 0x63, 0xd7, 0x78, 0xf8, 0xa0, 0x5b, 0x68, 0x3a, 0x54, 0xb3, 0x19, 0xf5, 0x7b, 0xfb, 0x5d, 0x0d,
+ 0xc6, 0xfd, 0x53, 0x8e, 0xcc, 0x65, 0x5d, 0xfc, 0xab, 0xfd, 0x5d, 0x0e, 0x6a, 0x83, 0x19, 0x37,
+ 0x59, 0x81, 0x29, 0xa4, 0xc5, 0x96, 0x4b, 0xef, 0xc3, 0x03, 0x4d, 0x7b, 0xa0, 0xf5, 0x43, 0xeb,
+ 0xb3, 0x4b, 0x7b, 0x98, 0xa0, 0xc7, 0xf5, 0x4e, 0x29, 0x49, 0xd3, 0x16, 0x76, 0x98, 0x82, 0x3b,
+ 0x32, 0xe9, 0x2c, 0xe8, 0x79, 0x51, 0x94, 0x0a, 0x34, 0xf2, 0x18, 0x3a, 0x63, 0x41, 0xcf, 0x8b,
+ 0xe2, 0x01, 0x23, 0x0b, 0x90, 0xb7, 0x18, 0x3b, 0x75, 0x28, 0x26, 0x53, 0x79, 0x5d, 0x95, 0xa2,
+ 0x5e, 0x4c, 0x24, 0xbd, 0xb8, 0x0f, 0x53, 0x32, 0x4d, 0x31, 0xad, 0xab, 0x1b, 0xa8, 0xfd, 0x14,
+ 0xa6, 0x76, 0xa9, 0x19, 0xf0, 0x63, 0x6a, 0x72, 0xf2, 0x10, 0x66, 0x4f, 0xa2, 0x82, 0x4c, 0xb2,
+ 0x78, 0x3f, 0xa0, 0xca, 0x82, 0xc4, 0xaa, 0xa3, 0x48, 0xa3, 0xfd, 0x55, 0x0e, 0xc6, 0x5b, 0x5e,
+ 0xff, 0xbd, 0xc7, 0x7c, 0x68, 0xad, 0x8e, 0xbf, 0xfb, 0x5a, 0x15, 0x3d, 0x75, 0xe4, 0xea, 0x2e,
+ 0xe8, 0xe2, 0x5f, 0xf2, 0x29, 0x4c, 0xb3, 0x9e, 0x65, 0x19, 0xd4, 0xb3, 0x82, 0x4b, 0x5f, 0xcc,
+ 0x16, 0x4e, 0x50, 0x51, 0xaf, 0x0a, 0x71, 0x23, 0x96, 0x6a, 0x7f, 0x9d, 0x03, 0x82, 0x7b, 0x47,
+ 0x57, 0x6c, 0x3f, 0xdb, 0x4e, 0xc8, 0x4d, 0xef, 0x9a, 0xc1, 0xb9, 0xaa, 0xf5, 0xcf, 0x61, 0xc9,
+ 0x95, 0x14, 0x86, 0x3a, 0x59, 0x22, 0x8f, 0xf1, 0xfb, 0x34, 0x60, 0x6a, 0x1e, 0x17, 0x14, 0x40,
+ 0x46, 0x5f, 0x54, 0x7f, 0x43, 0x03, 0x46, 0x1e, 0xc1, 0xdc, 0x28, 0x53, 0xd5, 0x1b, 0x32, 0x6c,
+ 0xa5, 0x7d, 0x0d, 0x05, 0xe1, 0xe0, 0xfb, 0x61, 0xf7, 0x03, 0x78, 0xf6, 0x6f, 0x73, 0x30, 0x25,
+ 0xf6, 0x69, 0x74, 0xee, 0xf7, 0xe6, 0x4b, 0x39, 0xe5, 0x44, 0xc6, 0x29, 0xb3, 0x5e, 0x3e, 0x39,
+ 0xe8, 0xe5, 0xc3, 0xed, 0x78, 0x0e, 0xe5, 0x57, 0xbe, 0xeb, 0x78, 0xa7, 0x6f, 0x6b, 0x89, 0x32,
+ 0x1d, 0x4b, 0x4c, 0xff, 0x7e, 0x0a, 0x60, 0x9b, 0x9e, 0x39, 0x16, 0x6d, 0x7a, 0x1d, 0x5c, 0x0f,
+ 0x67, 0xd4, 0xb3, 0x59, 0xa0, 0xa2, 0x89, 0x2a, 0x91, 0x39, 0x98, 0xec, 0x31, 0x9b, 0xba, 0x6a,
+ 0x4f, 0x94, 0x05, 0xf2, 0x23, 0xa8, 0x9d, 0x98, 0x81, 0x7d, 0x6e, 0x06, 0xd4, 0x38, 0xa3, 0x81,
+ 0x48, 0xe5, 0x55, 0x48, 0x99, 0x8e, 0xe4, 0xaf, 0xa5, 0x58, 0x40, 0x3b, 0x4e, 0xd0, 0xcb, 0x40,
+ 0x27, 0x24, 0x34, 0x92, 0x47, 0xd0, 0x15, 0x98, 0xb2, 0xb1, 0x45, 0xa2, 0xfd, 0x35, 0x19, 0x1a,
+ 0xa4, 0xa0, 0x69, 0x8b, 0x19, 0x57, 0xca, 0xac, 0xc7, 0xcf, 0x20, 0x8e, 0x48, 0x5d, 0xda, 0xdd,
+ 0xc9, 0x3a, 0xcc, 0xf9, 0x01, 0x3d, 0x73, 0x58, 0x3f, 0x74, 0x2f, 0x0d, 0x8b, 0x79, 0x1e, 0xb5,
+ 0x38, 0x95, 0x09, 0x4a, 0x51, 0x9f, 0x4d, 0x74, 0x5b, 0x91, 0x4a, 0xb4, 0x40, 0xa4, 0xce, 0x62,
+ 0xbc, 0x43, 0xcc, 0xcc, 0x0b, 0x7a, 0xd1, 0x67, 0x9e, 0x38, 0xfd, 0x87, 0xe4, 0x0e, 0x00, 0xa7,
+ 0xd6, 0x89, 0xc7, 0x5c, 0xd6, 0xbd, 0x8c, 0x36, 0xce, 0x44, 0x42, 0x56, 0xe5, 0xd9, 0xc7, 0xb1,
+ 0xe5, 0xf9, 0x55, 0x05, 0x1c, 0xc0, 0x39, 0xc7, 0xe3, 0x28, 0xb9, 0x05, 0xa0, 0x10, 0x54, 0x9d,
+ 0xe2, 0x0a, 0x7a, 0x11, 0xf5, 0x0d, 0xcf, 0x26, 0xf7, 0xa1, 0x6a, 0xba, 0x2e, 0xb3, 0x12, 0x86,
+ 0x22, 0x22, 0xca, 0x28, 0x8d, 0x38, 0x56, 0xa1, 0x1c, 0xa3, 0xa8, 0x3a, 0x61, 0x15, 0x74, 0x50,
+ 0x18, 0xc1, 0xf3, 0x00, 0x6a, 0x89, 0x17, 0x29, 0x26, 0x40, 0x54, 0x35, 0xf6, 0x25, 0xc9, 0x75,
+ 0x1f, 0xaa, 0x29, 0x24, 0x55, 0x07, 0x9e, 0x82, 0x5e, 0x8e, 0x71, 0x82, 0x4f, 0x83, 0x8a, 0x0a,
+ 0xae, 0x8a, 0xac, 0x82, 0xa0, 0x92, 0x0c, 0xb1, 0x92, 0xe9, 0x0e, 0x94, 0x22, 0x0c, 0x55, 0x67,
+ 0x82, 0x82, 0xbc, 0xe9, 0x90, 0x1c, 0x5f, 0x41, 0x3e, 0x30, 0xbd, 0x2e, 0x0d, 0x17, 0xa7, 0x57,
+ 0xc7, 0x1f, 0x94, 0xea, 0x0f, 0x92, 0x9b, 0x85, 0xd8, 0x07, 0xd5, 0xbf, 0x3a, 0x0d, 0x59, 0x3f,
+ 0xb0, 0xa8, 0x8e, 0x78, 0x5d, 0xd9, 0x2d, 0xff, 0xc9, 0x04, 0xcc, 0x8d, 0x02, 0x90, 0xa5, 0xe8,
+ 0x42, 0xcc, 0x0e, 0x17, 0x73, 0xab, 0xe3, 0x0f, 0x0a, 0xea, 0xd6, 0xcb, 0x1e, 0x9c, 0xb1, 0xb1,
+ 0xa1, 0x19, 0xdb, 0x82, 0x49, 0x9f, 0x31, 0x37, 0x5c, 0x1c, 0xc7, 0x46, 0x7d, 0xfe, 0xae, 0x8d,
+ 0x5a, 0x3b, 0x64, 0xcc, 0xd5, 0xa5, 0xed, 0xf2, 0x7f, 0x8e, 0xc1, 0x84, 0x28, 0x93, 0xdf, 0x49,
+ 0x6d, 0xc7, 0xd5, 0xfa, 0xd3, 0xf7, 0x22, 0xc3, 0x3f, 0x62, 0x0b, 0x54, 0xdb, 0xf8, 0x11, 0x14,
+ 0xc2, 0x13, 0x33, 0x70, 0xbc, 0x2e, 0x36, 0xbb, 0x5a, 0x7f, 0xfe, 0x7e, 0x74, 0x47, 0xd2, 0x18,
+ 0x19, 0x23, 0x26, 0xb1, 0x96, 0xe5, 0x04, 0xca, 0xd8, 0x2a, 0x0b, 0x22, 0x34, 0x50, 0x75, 0xc5,
+ 0x52, 0xd0, 0xc5, 0xbf, 0xda, 0x26, 0x14, 0xa3, 0xe6, 0x10, 0x80, 0xbc, 0x48, 0x4f, 0x9a, 0xdb,
+ 0xb5, 0x1b, 0xa4, 0x0c, 0xc5, 0xcd, 0xbd, 0xbd, 0xd6, 0x96, 0x28, 0xe5, 0x48, 0x15, 0x60, 0xa7,
+ 0xb1, 0x7f, 0xd8, 0xd2, 0xdb, 0xa2, 0x3c, 0x46, 0x4a, 0x50, 0x78, 0xb9, 0xd7, 0x7a, 0x23, 0x0a,
+ 0xe3, 0xda, 0x09, 0x94, 0x52, 0x4d, 0x20, 0x0b, 0x40, 0xb6, 0x1b, 0xdb, 0x22, 0x77, 0x6a, 0x6c,
+ 0x1b, 0x87, 0x0d, 0xdd, 0x68, 0x1e, 0xb4, 0x5f, 0xd6, 0x6e, 0x90, 0xbb, 0xb0, 0x72, 0xb4, 0xbb,
+ 0xa9, 0x37, 0xb6, 0x8d, 0x17, 0xbf, 0x30, 0x36, 0xf7, 0xf6, 0x50, 0x8e, 0xff, 0xb4, 0x1b, 0x5b,
+ 0xbb, 0xb5, 0x1c, 0x59, 0x85, 0x5b, 0x23, 0x00, 0x47, 0x9b, 0xfb, 0x0d, 0x89, 0x18, 0xd3, 0xfe,
+ 0x60, 0x1c, 0x60, 0xcb, 0x35, 0xc3, 0xd0, 0xe9, 0x38, 0x34, 0xc0, 0x90, 0x6b, 0x70, 0x3f, 0x0e,
+ 0x80, 0x93, 0xac, 0xed, 0x3b, 0x36, 0x99, 0x85, 0x49, 0x66, 0x9c, 0xc5, 0x81, 0x78, 0x82, 0xbd,
+ 0x76, 0x30, 0x3c, 0x3b, 0x12, 0xab, 0x06, 0xc4, 0x89, 0xb0, 0x0e, 0x62, 0xe5, 0x90, 0x4c, 0x38,
+ 0x02, 0x7b, 0x13, 0x0a, 0xcc, 0xf0, 0x8f, 0x1d, 0x1e, 0xaa, 0xb8, 0x9c, 0x67, 0x87, 0xa2, 0x84,
+ 0x21, 0x57, 0x29, 0x54, 0x86, 0xe1, 0x48, 0xc5, 0x12, 0x14, 0x29, 0x3f, 0x91, 0x79, 0x8e, 0x5c,
+ 0xea, 0x05, 0xca, 0x4f, 0xa2, 0x34, 0xc7, 0x0e, 0xb9, 0xd1, 0x33, 0x2d, 0x5c, 0xe2, 0x65, 0x3d,
+ 0x6f, 0x87, 0x7c, 0xdf, 0xb4, 0x84, 0x22, 0x0c, 0x2c, 0x54, 0x4c, 0x49, 0x45, 0x18, 0x58, 0x42,
+ 0x21, 0x9c, 0xdc, 0x97, 0xb7, 0xca, 0x6a, 0x2d, 0x17, 0x1c, 0xff, 0x10, 0xef, 0xb5, 0xe7, 0x41,
+ 0x58, 0x1b, 0x8e, 0xaf, 0x16, 0xef, 0xa4, 0x1d, 0xf2, 0xa6, 0x2f, 0xc4, 0x82, 0xca, 0xf1, 0x55,
+ 0x1c, 0x9b, 0x0c, 0x03, 0xab, 0xe9, 0x0b, 0x22, 0x21, 0x16, 0xab, 0x5b, 0xad, 0x63, 0x51, 0xa3,
+ 0x08, 0x70, 0x42, 0x25, 0x88, 0x50, 0x25, 0x17, 0xb0, 0x68, 0x25, 0xaa, 0x56, 0xa1, 0xec, 0x9f,
+ 0x72, 0x83, 0x9b, 0x5d, 0xd9, 0x9f, 0x69, 0xb9, 0x94, 0xfc, 0x53, 0xde, 0x36, 0x71, 0x86, 0xb5,
+ 0xdf, 0x8e, 0xc3, 0x94, 0xc8, 0xd5, 0x99, 0xb7, 0xd5, 0xc3, 0x90, 0x61, 0xda, 0xb6, 0xc1, 0xfa,
+ 0x9c, 0x06, 0xc2, 0x0a, 0x27, 0xa3, 0xa8, 0x97, 0x4c, 0xdb, 0x6e, 0x09, 0x59, 0xdb, 0xec, 0x8a,
+ 0x30, 0x25, 0x4e, 0xf9, 0x67, 0x34, 0x05, 0x1b, 0x93, 0xe9, 0x86, 0x94, 0xc7, 0xc8, 0x55, 0x28,
+ 0xf3, 0xc0, 0xf4, 0x0d, 0xce, 0x8c, 0x13, 0x16, 0x4a, 0xf7, 0x2d, 0xea, 0x20, 0x64, 0x6d, 0xb6,
+ 0xcb, 0x42, 0x4e, 0x7e, 0x02, 0x24, 0xa0, 0x3d, 0x33, 0x38, 0x55, 0x5c, 0x72, 0x3e, 0x26, 0x10,
+ 0x57, 0x93, 0x1a, 0x64, 0x93, 0x33, 0x93, 0xa0, 0x1d, 0xcf, 0x8b, 0xd1, 0x93, 0x69, 0x74, 0x53,
+ 0x28, 0x24, 0x5a, 0xf5, 0x45, 0x42, 0x45, 0x23, 0xf3, 0x71, 0x5f, 0x10, 0x95, 0xed, 0x4b, 0x02,
+ 0x2b, 0xa4, 0xfb, 0x12, 0x23, 0xd7, 0x60, 0x96, 0x07, 0xa6, 0x17, 0xba, 0x26, 0x4f, 0x83, 0x8b,
+ 0x08, 0x9e, 0x89, 0x55, 0xa3, 0xf1, 0xc9, 0x40, 0x4d, 0x0d, 0xe0, 0xa3, 0xb1, 0xd2, 0xfe, 0x26,
+ 0x07, 0x79, 0x39, 0x0f, 0xe4, 0x3e, 0x8c, 0x5b, 0xbd, 0xe8, 0x12, 0x98, 0x24, 0xf7, 0xca, 0xd1,
+ 0x2c, 0xe9, 0x42, 0x3d, 0x7a, 0x65, 0xa4, 0xbc, 0x7d, 0x3c, 0xe3, 0xed, 0xc9, 0xf2, 0x9a, 0x18,
+ 0x58, 0x5e, 0x72, 0xc9, 0x4c, 0x66, 0x97, 0xcc, 0xe8, 0x95, 0x91, 0xac, 0xbb, 0x42, 0x6a, 0xdd,
+ 0x69, 0xff, 0x98, 0x87, 0x89, 0x97, 0x2e, 0x3b, 0xc7, 0x8d, 0xd0, 0xb2, 0x68, 0x18, 0x1a, 0xe9,
+ 0x64, 0x66, 0x5a, 0x2f, 0x4b, 0x69, 0x73, 0x54, 0x72, 0x35, 0x1d, 0x25, 0x57, 0xf3, 0x90, 0xef,
+ 0x7b, 0x8e, 0x10, 0x97, 0xa4, 0xb8, 0xef, 0x39, 0xc3, 0x27, 0x84, 0x7c, 0x7c, 0x42, 0xf8, 0x0c,
+ 0x66, 0xc2, 0xcb, 0x5e, 0x8f, 0xf2, 0xc0, 0xb1, 0x8c, 0x08, 0x42, 0x10, 0x32, 0x1d, 0x2b, 0x5e,
+ 0x4a, 0xec, 0x0a, 0xe0, 0x96, 0x26, 0xd7, 0x80, 0x4c, 0x62, 0x8a, 0x42, 0x80, 0x8b, 0x7a, 0x09,
+ 0x8a, 0xd1, 0xc6, 0x8c, 0x4b, 0x74, 0x5a, 0x2f, 0xa8, 0x4d, 0x99, 0x7c, 0x02, 0xd3, 0x1e, 0xe5,
+ 0xe7, 0x0c, 0x3d, 0x4e, 0xf6, 0x68, 0x12, 0x11, 0x15, 0x25, 0x6e, 0x8e, 0x3a, 0xe5, 0xe4, 0x11,
+ 0x92, 0xca, 0xff, 0x1e, 0x03, 0x58, 0x71, 0xa4, 0x53, 0x97, 0xc0, 0xb3, 0xf1, 0xbc, 0x26, 0x41,
+ 0x50, 0x4f, 0xc1, 0xc8, 0xa7, 0x90, 0x37, 0x71, 0xc6, 0xd5, 0xe5, 0xee, 0xf4, 0x80, 0x23, 0xe8,
+ 0x4a, 0x4d, 0x96, 0xa1, 0xe8, 0x07, 0x0e, 0x0b, 0x1c, 0x7e, 0x89, 0xee, 0x35, 0xad, 0xc7, 0xe5,
+ 0xd4, 0x69, 0xa9, 0x9c, 0x39, 0x2d, 0xa5, 0x32, 0xd9, 0x4a, 0x26, 0x93, 0x5d, 0x82, 0x62, 0x37,
+ 0x60, 0x7d, 0x5f, 0xf4, 0x43, 0xc5, 0x12, 0x2c, 0xcb, 0xc1, 0x48, 0x7f, 0x54, 0x13, 0x88, 0x69,
+ 0x44, 0x54, 0x84, 0xf8, 0x50, 0x4a, 0x9b, 0x36, 0xf9, 0x18, 0xaa, 0x01, 0xf5, 0x5d, 0x71, 0x6e,
+ 0xa4, 0x38, 0x31, 0x98, 0x12, 0x16, 0xf5, 0x4a, 0x2c, 0x45, 0x67, 0xd9, 0x85, 0x69, 0xe1, 0x63,
+ 0x22, 0x38, 0xa8, 0x91, 0x5a, 0x9c, 0xc1, 0xdd, 0x7c, 0x35, 0xf3, 0x09, 0x66, 0x4d, 0xb8, 0x5e,
+ 0x9b, 0xed, 0x48, 0x48, 0xc3, 0xe3, 0xc1, 0xa5, 0x5e, 0xf1, 0xd3, 0x32, 0xd2, 0x48, 0xb2, 0x21,
+ 0xce, 0x0c, 0x93, 0x86, 0x8b, 0xb3, 0x48, 0x74, 0x37, 0x4b, 0xa4, 0xe0, 0x6d, 0xb6, 0x49, 0x43,
+ 0xc9, 0x13, 0xa5, 0x4b, 0x28, 0x5a, 0xfe, 0x0a, 0xc8, 0x70, 0x5d, 0x62, 0x97, 0x3d, 0xa5, 0x97,
+ 0x6a, 0x53, 0x12, 0xff, 0x8a, 0xdd, 0xf8, 0xcc, 0x74, 0xfb, 0x34, 0x3a, 0x1b, 0x60, 0xe1, 0xcb,
+ 0xb1, 0x67, 0xb9, 0xe5, 0x9f, 0xc3, 0xcc, 0x50, 0x25, 0x6f, 0x23, 0x28, 0xa6, 0x08, 0xb4, 0x36,
+ 0x94, 0x33, 0x99, 0xf0, 0x0a, 0x4c, 0xc9, 0x74, 0x3e, 0x5a, 0x4b, 0x65, 0xbd, 0x28, 0x05, 0x4d,
+ 0x5b, 0x9c, 0xfa, 0x94, 0x32, 0xf4, 0xa9, 0xe5, 0x74, 0x1c, 0x4b, 0x1d, 0x13, 0xaa, 0x52, 0x7c,
+ 0xa4, 0xa4, 0xda, 0x7f, 0x95, 0xa0, 0x9a, 0xfd, 0x0e, 0x76, 0xf5, 0x79, 0x63, 0x09, 0x8a, 0xc1,
+ 0x85, 0x71, 0x7c, 0xc9, 0x69, 0x88, 0x6c, 0x79, 0xbd, 0x10, 0x5c, 0xbc, 0x10, 0x45, 0xe1, 0xe4,
+ 0xc1, 0x85, 0xe1, 0xe3, 0x81, 0x25, 0x54, 0x8b, 0x71, 0x2a, 0xb8, 0x90, 0x27, 0x98, 0x10, 0x43,
+ 0xe9, 0x85, 0xd1, 0xb7, 0x4c, 0xb1, 0x15, 0x29, 0xd0, 0x04, 0x82, 0xaa, 0xc1, 0xc5, 0x2b, 0x21,
+ 0xce, 0x22, 0x7b, 0x19, 0xe4, 0x64, 0x84, 0xdc, 0x1f, 0x46, 0x1e, 0x67, 0x90, 0xf9, 0x08, 0xf9,
+ 0x62, 0x18, 0x29, 0x2f, 0x67, 0x23, 0x64, 0x21, 0x42, 0xe2, 0xf5, 0x6a, 0x84, 0x5c, 0x81, 0xa9,
+ 0xe0, 0xc2, 0xe8, 0x04, 0x66, 0x8f, 0x86, 0x78, 0x08, 0xc9, 0xeb, 0xc5, 0xe0, 0xe2, 0x25, 0x96,
+ 0xc5, 0x8e, 0x15, 0x2b, 0x8d, 0xa7, 0x4f, 0x54, 0x3c, 0x81, 0x48, 0xff, 0xf4, 0x09, 0xf9, 0x14,
+ 0x2b, 0x8a, 0x10, 0x1b, 0xc6, 0x7a, 0xfd, 0x0b, 0x3c, 0x98, 0xe4, 0xf5, 0x4a, 0x8c, 0xda, 0x58,
+ 0xaf, 0x7f, 0x41, 0x7e, 0x04, 0x33, 0x09, 0x70, 0xbd, 0xfe, 0xcc, 0xa8, 0x6f, 0x6c, 0x2c, 0xce,
+ 0x45, 0x4d, 0x92, 0xc8, 0xf5, 0xfa, 0xb3, 0xfa, 0xc6, 0x46, 0x16, 0x5a, 0xdf, 0x78, 0x6a, 0x6c,
+ 0xac, 0xaf, 0x2f, 0xce, 0x67, 0xa1, 0xf5, 0x8d, 0xa7, 0x1b, 0xeb, 0xeb, 0xe4, 0xc7, 0x40, 0x12,
+ 0xe8, 0xc6, 0x7a, 0xdd, 0x58, 0x7f, 0x54, 0x7f, 0xbc, 0xb8, 0x20, 0xc3, 0x5e, 0x84, 0xdd, 0x58,
+ 0xaf, 0x0b, 0x31, 0xf9, 0x1c, 0x66, 0x53, 0x4d, 0x78, 0x54, 0x7f, 0x62, 0xac, 0x6f, 0xac, 0x3f,
+ 0x5b, 0xbc, 0x89, 0xe8, 0x5a, 0xdc, 0x88, 0x47, 0xf5, 0x27, 0x42, 0x3e, 0x00, 0xdf, 0x58, 0x7f,
+ 0x6e, 0xd4, 0x1f, 0x3d, 0xf9, 0x62, 0x71, 0x71, 0x00, 0xbe, 0xb1, 0xfe, 0x5c, 0xc8, 0xb3, 0xf0,
+ 0xfa, 0xa3, 0x27, 0xcf, 0x8c, 0x27, 0x8f, 0x9e, 0x6f, 0x2c, 0x2e, 0x65, 0xe1, 0x42, 0x21, 0xe4,
+ 0x59, 0xf8, 0x93, 0x47, 0xcf, 0x9f, 0x1a, 0xcf, 0xeb, 0xeb, 0x4f, 0x17, 0x97, 0xb3, 0x70, 0xa1,
+ 0x10, 0x72, 0xf2, 0x10, 0xe6, 0x12, 0xf8, 0xf3, 0xfa, 0xfa, 0x17, 0xc6, 0xfa, 0xd3, 0xc7, 0xcf,
+ 0x1e, 0x2f, 0xae, 0x20, 0x7e, 0x26, 0xc2, 0x0b, 0x0d, 0x2a, 0xc4, 0x76, 0x1f, 0x5c, 0x18, 0x56,
+ 0x60, 0x49, 0x2f, 0x08, 0x31, 0x7c, 0xe5, 0xf5, 0x52, 0x70, 0xb1, 0x15, 0x58, 0xe8, 0x01, 0x98,
+ 0xda, 0xf1, 0xc8, 0xbb, 0x8b, 0xd2, 0xbb, 0x79, 0xe2, 0xdd, 0x3c, 0xf1, 0xee, 0x29, 0xe9, 0xdd,
+ 0x3c, 0xed, 0xdd, 0x7c, 0xd0, 0xbb, 0x41, 0xce, 0x10, 0x1f, 0xf2, 0x6e, 0x3e, 0xe8, 0xdd, 0xa5,
+ 0x08, 0xb9, 0x3f, 0x8c, 0xcc, 0x7a, 0x77, 0x39, 0x42, 0xbe, 0x18, 0x46, 0x66, 0xbd, 0xbb, 0x12,
+ 0x21, 0x07, 0xbd, 0x9b, 0xc7, 0xde, 0x7d, 0x4b, 0x7a, 0x37, 0x4f, 0x79, 0x37, 0x4f, 0x7b, 0xf7,
+ 0x6d, 0xe9, 0xdd, 0x3c, 0xe3, 0xdd, 0x7c, 0xd0, 0xbb, 0xef, 0x48, 0xef, 0xe6, 0x83, 0xde, 0xcd,
+ 0x87, 0xbc, 0xfb, 0x6e, 0xd4, 0xa4, 0x41, 0xef, 0xe6, 0x43, 0xde, 0xbd, 0x9a, 0x85, 0x26, 0xde,
+ 0xcd, 0x87, 0xbd, 0xfb, 0x9e, 0xf4, 0x6e, 0x3e, 0xec, 0xdd, 0x7c, 0x84, 0x77, 0x6b, 0xd2, 0xa1,
+ 0xf8, 0x08, 0xef, 0xe6, 0x23, 0xbc, 0xfb, 0xa3, 0x01, 0x78, 0xca, 0xbb, 0xf9, 0x08, 0xef, 0xbe,
+ 0x9f, 0x85, 0xa7, 0xbd, 0x9b, 0x8f, 0xf0, 0xee, 0x8f, 0xb3, 0xf0, 0xb4, 0x77, 0xf3, 0x51, 0xde,
+ 0xfd, 0x89, 0xf4, 0x6e, 0x3e, 0xe4, 0xdd, 0xb7, 0x01, 0x8e, 0x1d, 0x3f, 0x72, 0xed, 0x69, 0xe9,
+ 0x9e, 0xc7, 0x8e, 0xaf, 0x1c, 0xfb, 0x16, 0x4c, 0x71, 0xa7, 0x47, 0x43, 0x6e, 0xf6, 0x7c, 0xdc,
+ 0x6e, 0x0b, 0x7a, 0x22, 0xd0, 0xfe, 0xad, 0x80, 0xdf, 0x26, 0xde, 0x25, 0xfe, 0x5f, 0x71, 0xf3,
+ 0xf5, 0x31, 0x54, 0x7d, 0x16, 0x3a, 0xdc, 0x39, 0xa3, 0xf2, 0x7b, 0xb9, 0x8a, 0xff, 0x95, 0x48,
+ 0x8a, 0xdf, 0xbf, 0x05, 0xcc, 0xa3, 0x5d, 0x33, 0x05, 0x93, 0x3b, 0x40, 0x25, 0x92, 0x4a, 0xd8,
+ 0x33, 0x58, 0xb4, 0xa9, 0xeb, 0xf4, 0x1c, 0x91, 0x15, 0xf7, 0x9c, 0x30, 0x34, 0x6c, 0xca, 0xa9,
+ 0x15, 0x5f, 0x5c, 0xe6, 0xf5, 0x85, 0x58, 0xbf, 0xef, 0x84, 0xe1, 0x76, 0xa4, 0x1d, 0x18, 0x86,
+ 0xfc, 0xe0, 0x30, 0xac, 0x80, 0x28, 0x18, 0x7d, 0xcf, 0x89, 0xc3, 0x7f, 0xf1, 0xd8, 0xf1, 0x5f,
+ 0x89, 0x32, 0xa9, 0xc3, 0x7c, 0x87, 0x5a, 0x86, 0xc5, 0x82, 0x00, 0x2f, 0x8d, 0x8c, 0xf0, 0xb2,
+ 0x77, 0xcc, 0xdc, 0x28, 0x12, 0xcc, 0x76, 0xa8, 0xb5, 0x15, 0xe9, 0x8e, 0xa4, 0x8a, 0x3c, 0x85,
+ 0x9b, 0xd2, 0xc6, 0xa6, 0xe7, 0x2c, 0xb0, 0xc3, 0xc4, 0x5a, 0x85, 0x88, 0x79, 0xb4, 0x52, 0xda,
+ 0xd8, 0x9c, 0xfc, 0x0c, 0x56, 0xb2, 0x76, 0x7d, 0x4f, 0x59, 0x9a, 0xc7, 0x2e, 0x55, 0x91, 0x63,
+ 0x29, 0x6d, 0xfb, 0x2a, 0x0d, 0x20, 0x1f, 0x41, 0x25, 0x63, 0xaf, 0x22, 0x48, 0x39, 0x6d, 0x21,
+ 0x8e, 0x18, 0xd9, 0x0e, 0xc9, 0x7e, 0xcb, 0x10, 0x32, 0x93, 0xee, 0x8e, 0x1c, 0x80, 0x4f, 0x60,
+ 0xfa, 0xa2, 0x4b, 0x7b, 0xc6, 0x29, 0xbd, 0x8c, 0x46, 0x50, 0x06, 0x91, 0x8a, 0x10, 0x7f, 0x4d,
+ 0x2f, 0x93, 0x51, 0x44, 0x9c, 0xcb, 0xc2, 0x28, 0x8a, 0x16, 0x85, 0x60, 0x8f, 0x85, 0x48, 0x22,
+ 0xb2, 0x00, 0x97, 0x99, 0xbd, 0x50, 0xb2, 0x28, 0x6f, 0xac, 0x04, 0x17, 0x87, 0x28, 0x45, 0x16,
+ 0xb5, 0x51, 0x29, 0x9c, 0xc7, 0x3c, 0xc3, 0xb1, 0x5d, 0x8a, 0xae, 0x89, 0x1b, 0x95, 0x84, 0x1e,
+ 0x30, 0xaf, 0x69, 0xbb, 0x98, 0x8e, 0x06, 0x17, 0xf8, 0x4c, 0x42, 0xed, 0xc8, 0xf9, 0xe0, 0xa2,
+ 0xd5, 0xb3, 0x1c, 0xf2, 0x0c, 0x96, 0x94, 0x22, 0x8a, 0x7b, 0x49, 0x84, 0x57, 0x9b, 0xf3, 0xbc,
+ 0x84, 0xaa, 0x00, 0x18, 0xc5, 0xfa, 0x4c, 0x22, 0x33, 0x7b, 0x5d, 0x22, 0x33, 0x37, 0x98, 0xc8,
+ 0xa4, 0x37, 0x89, 0xf9, 0xeb, 0x36, 0x89, 0x85, 0xc1, 0x4d, 0xe2, 0x1e, 0x94, 0x8f, 0x69, 0x60,
+ 0x04, 0x54, 0xa4, 0x80, 0xd4, 0x56, 0x1b, 0x6d, 0xe9, 0x98, 0x06, 0xba, 0x12, 0x91, 0xbb, 0x50,
+ 0x72, 0x2d, 0xbb, 0x1b, 0x8d, 0xbf, 0xdc, 0x5b, 0x41, 0x88, 0xd4, 0xe0, 0x8b, 0xc6, 0xd9, 0x4e,
+ 0xa4, 0x5f, 0x52, 0x8d, 0xb3, 0x9d, 0x51, 0x0b, 0x7d, 0x79, 0x70, 0xa1, 0xff, 0x4b, 0x0e, 0x33,
+ 0xd0, 0x77, 0x4d, 0xf6, 0xde, 0xf2, 0x71, 0xe6, 0x2d, 0x09, 0x5f, 0x7a, 0x84, 0x27, 0x86, 0x46,
+ 0x38, 0x35, 0x4e, 0x93, 0x83, 0xe3, 0x94, 0x1e, 0xe1, 0x7c, 0x76, 0x84, 0xaf, 0xef, 0xdf, 0xdf,
+ 0xe6, 0xa0, 0x9a, 0x7d, 0x97, 0x95, 0x3e, 0x1f, 0xe6, 0x32, 0x5f, 0x90, 0x7e, 0x78, 0x26, 0xfb,
+ 0xc3, 0xb3, 0x84, 0xeb, 0xc3, 0xf0, 0x57, 0x50, 0xc9, 0x3c, 0xe4, 0xba, 0x7a, 0x62, 0x16, 0x20,
+ 0x1f, 0x72, 0x93, 0xf7, 0x43, 0x75, 0xf7, 0xa9, 0x4a, 0xda, 0xb7, 0x30, 0x3b, 0xe2, 0x41, 0xd7,
+ 0x7b, 0x47, 0xf3, 0x84, 0x7e, 0x3c, 0x43, 0xff, 0x97, 0x63, 0xf8, 0x79, 0x68, 0xf0, 0x61, 0xda,
+ 0x0f, 0xf8, 0x90, 0xed, 0xb2, 0xd0, 0xc8, 0x54, 0x31, 0xe5, 0xb2, 0xf0, 0x08, 0x05, 0x52, 0x7d,
+ 0x1c, 0xa9, 0x27, 0x22, 0xf5, 0xb1, 0x52, 0x3f, 0x80, 0x9a, 0xcb, 0x7c, 0x4b, 0xee, 0x0b, 0x0a,
+ 0x24, 0xef, 0xec, 0xab, 0x42, 0x2e, 0xf6, 0x03, 0x85, 0x5c, 0x87, 0x79, 0x85, 0x54, 0x11, 0x21,
+ 0x82, 0xe7, 0xe5, 0xa7, 0x05, 0x09, 0x97, 0xf1, 0x40, 0x99, 0x88, 0xe5, 0xc7, 0x3a, 0x4e, 0x04,
+ 0x2c, 0xc8, 0xeb, 0x30, 0x21, 0x52, 0x80, 0x7b, 0x50, 0x16, 0x91, 0x29, 0x46, 0x14, 0x11, 0x51,
+ 0x42, 0x99, 0x84, 0x68, 0x14, 0x56, 0xae, 0x79, 0xc6, 0xf6, 0xc1, 0x26, 0xe3, 0xcf, 0x72, 0xb0,
+ 0x7c, 0xf5, 0x9b, 0xb6, 0x0f, 0x55, 0x0d, 0x79, 0x0c, 0x0b, 0x8e, 0x77, 0x46, 0x83, 0x90, 0x1a,
+ 0xe2, 0x34, 0x2e, 0xc7, 0x31, 0x30, 0x79, 0xf4, 0x49, 0x6e, 0x56, 0x69, 0x5f, 0x38, 0xf2, 0x95,
+ 0x8a, 0x6e, 0x72, 0xaa, 0x7d, 0x2f, 0xdb, 0x76, 0xc5, 0x93, 0xb8, 0x0f, 0xd6, 0xb6, 0x39, 0x98,
+ 0x4c, 0xb2, 0x88, 0x82, 0x2e, 0x0b, 0x82, 0xdd, 0xa3, 0xe7, 0x06, 0xfd, 0x2e, 0xba, 0xb5, 0xca,
+ 0x7b, 0xf4, 0xbc, 0xf1, 0x9d, 0xad, 0x9d, 0xc0, 0x9d, 0xeb, 0x1f, 0xd4, 0x7d, 0xb0, 0xb9, 0xf9,
+ 0xf3, 0x9c, 0xf4, 0x81, 0x2b, 0x9e, 0xd8, 0xfd, 0xdf, 0x4e, 0xce, 0x6f, 0x72, 0xa0, 0xbd, 0xfd,
+ 0xb9, 0xde, 0xff, 0xee, 0x24, 0x69, 0xdf, 0xe1, 0x5c, 0x5c, 0xf3, 0xac, 0xef, 0xbd, 0xeb, 0xbf,
+ 0x9b, 0x7d, 0xa2, 0x22, 0xaf, 0x37, 0xd3, 0xaf, 0x4e, 0x4e, 0xe1, 0xde, 0x5b, 0xdf, 0xe0, 0x7d,
+ 0x30, 0x0f, 0x68, 0x03, 0xd1, 0xd5, 0xa6, 0x9c, 0x62, 0x17, 0xc9, 0x51, 0xb4, 0x79, 0x1b, 0x16,
+ 0xeb, 0x7b, 0x1c, 0x6b, 0x11, 0xc9, 0x91, 0x02, 0x6f, 0x09, 0xe1, 0x95, 0xf1, 0xfd, 0x4f, 0x73,
+ 0xb0, 0x78, 0xd5, 0x23, 0xbf, 0xf7, 0x6e, 0xfa, 0x26, 0x54, 0x92, 0xc6, 0x8c, 0x7a, 0xd6, 0x3b,
+ 0xdc, 0x81, 0xdd, 0x1b, 0x7a, 0x29, 0x48, 0xa4, 0x2f, 0x0a, 0xf8, 0xe1, 0x89, 0x87, 0xda, 0x01,
+ 0xdc, 0xba, 0xee, 0x09, 0xe5, 0xfb, 0xb6, 0x4d, 0xfb, 0x35, 0xac, 0xbe, 0xed, 0xb9, 0xe1, 0x07,
+ 0x9b, 0xaa, 0x5f, 0xc3, 0xd2, 0x95, 0x6f, 0x0e, 0x7f, 0xc8, 0xde, 0x96, 0x4a, 0xcf, 0xc6, 0x07,
+ 0xd2, 0x33, 0xed, 0x2f, 0x72, 0xf0, 0xe0, 0x5d, 0x1f, 0x20, 0x7e, 0xb0, 0x15, 0xf8, 0x39, 0x90,
+ 0xf4, 0xa3, 0x48, 0xd5, 0x36, 0xb9, 0x1c, 0x67, 0x52, 0x1a, 0xd5, 0xc6, 0x1e, 0x7c, 0xf4, 0x0e,
+ 0x4f, 0x15, 0x3f, 0xd8, 0xf0, 0xbb, 0x18, 0x8d, 0xde, 0xf2, 0x5c, 0xf1, 0x83, 0xd5, 0xf6, 0xc7,
+ 0x39, 0xf8, 0xe4, 0xdd, 0x1e, 0x2e, 0x7e, 0xb0, 0xe1, 0x5f, 0x86, 0xe2, 0xc0, 0x33, 0x96, 0xb8,
+ 0xac, 0xfd, 0x47, 0x0e, 0x4a, 0x3b, 0x01, 0xeb, 0xfb, 0xfb, 0x14, 0x2f, 0x74, 0xef, 0x41, 0xd9,
+ 0x89, 0xde, 0x24, 0x45, 0x15, 0x57, 0xf0, 0xe7, 0x1a, 0x52, 0xd6, 0xb4, 0x49, 0x13, 0xaa, 0x09,
+ 0x04, 0x3f, 0x58, 0xc8, 0x0f, 0xc9, 0xc9, 0x0b, 0xda, 0x14, 0xe1, 0x5a, 0xfc, 0xc2, 0x09, 0xbf,
+ 0x18, 0x57, 0x9c, 0x74, 0x91, 0xdc, 0x81, 0x92, 0x38, 0xc7, 0x45, 0x09, 0xfe, 0x38, 0x56, 0x26,
+ 0x12, 0xfc, 0x43, 0x99, 0xe0, 0xa7, 0xbf, 0x1c, 0x4c, 0xa0, 0x32, 0x2e, 0x6b, 0xff, 0x1f, 0x2a,
+ 0x19, 0x6e, 0x52, 0x80, 0xf1, 0xc3, 0xd6, 0x41, 0xed, 0x06, 0xa9, 0x41, 0xb9, 0x71, 0xd8, 0x3a,
+ 0x30, 0xd6, 0x77, 0x8c, 0xc3, 0xcd, 0xf6, 0x6e, 0x2d, 0x47, 0x66, 0xa0, 0x22, 0x25, 0x8f, 0x94,
+ 0x68, 0x4c, 0xfb, 0xc3, 0x31, 0x98, 0xc4, 0x76, 0x66, 0xbe, 0x28, 0xc8, 0xee, 0xc6, 0x5f, 0x14,
+ 0x7e, 0x0a, 0x05, 0x8b, 0xf5, 0x7a, 0xa6, 0xfa, 0xdd, 0xc2, 0x50, 0x1f, 0xd3, 0x3d, 0x0d, 0xb7,
+ 0x24, 0x52, 0x8f, 0x4c, 0xc8, 0x1a, 0x14, 0x7a, 0x52, 0xa5, 0x9e, 0x01, 0xcc, 0x8d, 0x1a, 0x21,
+ 0x3d, 0x02, 0xa5, 0x3e, 0xa8, 0x4c, 0x5c, 0xfb, 0x41, 0x45, 0xfb, 0x1a, 0x66, 0x47, 0x54, 0x4c,
+ 0xa6, 0xa1, 0xb4, 0xb9, 0xbd, 0x6d, 0xec, 0x37, 0xf6, 0x5f, 0x34, 0xf4, 0xa3, 0xda, 0x0d, 0x42,
+ 0xa0, 0xaa, 0x37, 0xf6, 0x5b, 0xaf, 0x1b, 0xb1, 0x2c, 0x27, 0x40, 0x47, 0x8d, 0x76, 0x2c, 0x18,
+ 0xd3, 0xbe, 0x01, 0x78, 0x6d, 0xba, 0x7d, 0x7a, 0x68, 0x06, 0x66, 0x8f, 0xdc, 0x81, 0x71, 0xe6,
+ 0xf5, 0xd5, 0xa7, 0xbd, 0x72, 0xe6, 0x4d, 0xb4, 0x50, 0x90, 0x9f, 0xa4, 0x3f, 0x0d, 0x54, 0xeb,
+ 0x0b, 0x6b, 0xea, 0x47, 0x4a, 0x48, 0x21, 0xa6, 0x61, 0x0d, 0xe7, 0x59, 0x82, 0xb4, 0x02, 0x4c,
+ 0x36, 0x7a, 0x3e, 0xbf, 0xac, 0xff, 0xc3, 0x2c, 0x14, 0x5a, 0x92, 0x8b, 0x6c, 0x03, 0x6c, 0x3b,
+ 0xa1, 0x79, 0xec, 0xd2, 0x96, 0xcb, 0x49, 0x35, 0xae, 0x03, 0x91, 0xcb, 0x03, 0x65, 0x6d, 0xe1,
+ 0x37, 0xff, 0xfc, 0xaf, 0xdf, 0x8f, 0xd5, 0xb4, 0xd2, 0xc3, 0xb3, 0xf5, 0x87, 0xca, 0xee, 0xcb,
+ 0xdc, 0x67, 0xe4, 0x25, 0x94, 0x74, 0x4a, 0xbd, 0x77, 0xa5, 0xb9, 0x89, 0x34, 0x33, 0x5a, 0x59,
+ 0xd0, 0x44, 0x86, 0x82, 0xa7, 0x01, 0x25, 0x95, 0x04, 0xd0, 0x96, 0xd7, 0x27, 0x99, 0x2e, 0x0f,
+ 0xb1, 0x2c, 0x22, 0x0b, 0xd1, 0x2a, 0x82, 0xa5, 0x21, 0x2b, 0xf7, 0xfa, 0x82, 0x66, 0x17, 0x2a,
+ 0xf1, 0x66, 0xf1, 0x0e, 0x44, 0x4b, 0x48, 0x34, 0xab, 0x55, 0x53, 0xbd, 0x52, 0x4c, 0x5b, 0x30,
+ 0xb5, 0x4d, 0x5d, 0xfa, 0xde, 0xcd, 0x89, 0x8d, 0x04, 0x49, 0x13, 0x40, 0xbd, 0x49, 0x6b, 0xf5,
+ 0x39, 0xa9, 0x65, 0x7e, 0xdb, 0xb4, 0x1f, 0x76, 0xaf, 0x6f, 0x4f, 0x62, 0x29, 0xa8, 0x5a, 0x50,
+ 0x8e, 0x1f, 0xa4, 0x09, 0x32, 0x92, 0x79, 0x4f, 0x8e, 0xe2, 0x21, 0xba, 0x15, 0xa4, 0x9b, 0xd7,
+ 0x6a, 0x48, 0x97, 0xb2, 0x16, 0x84, 0xbf, 0x07, 0xd3, 0xe9, 0xa7, 0x65, 0x82, 0x33, 0x79, 0x56,
+ 0x98, 0xd6, 0x0c, 0xd1, 0xde, 0x41, 0xda, 0x45, 0x6d, 0x56, 0xd0, 0x0e, 0x70, 0x08, 0xe6, 0xaf,
+ 0xa0, 0x20, 0x0e, 0xdf, 0x9b, 0xb6, 0x4d, 0x2a, 0x99, 0x4f, 0x6b, 0xd7, 0x7b, 0x95, 0xb2, 0x91,
+ 0x5e, 0x05, 0xa2, 0xa4, 0xe3, 0xa7, 0xf5, 0xb7, 0x91, 0x64, 0x06, 0x2d, 0x31, 0x13, 0x3c, 0x47,
+ 0x50, 0x8d, 0x1f, 0x6d, 0x6e, 0x9d, 0x50, 0xeb, 0x74, 0xc8, 0x41, 0x93, 0x61, 0x8c, 0x81, 0xda,
+ 0x6d, 0x24, 0xbc, 0xa9, 0x11, 0x41, 0x98, 0xb5, 0x17, 0xa4, 0xfb, 0x50, 0x92, 0x3e, 0x77, 0xc8,
+ 0xbc, 0x66, 0x27, 0x35, 0x11, 0x71, 0x1c, 0x1c, 0x6a, 0xe2, 0x32, 0x32, 0xce, 0x69, 0xd3, 0x89,
+ 0xc3, 0xa2, 0xb1, 0x9a, 0x58, 0xe5, 0x79, 0xef, 0xce, 0x97, 0x99, 0xd8, 0xb4, 0xb5, 0x20, 0xd4,
+ 0xa1, 0xb2, 0x43, 0x79, 0xea, 0xe9, 0xdf, 0x60, 0x9f, 0x67, 0x47, 0x3c, 0x35, 0xd2, 0x6e, 0x21,
+ 0xe5, 0x82, 0x36, 0x23, 0x28, 0x33, 0xf6, 0x82, 0xf3, 0xe7, 0x90, 0xd7, 0xe9, 0x31, 0x63, 0x6f,
+ 0x5f, 0xe1, 0xf3, 0xc8, 0x33, 0xad, 0x81, 0x5c, 0xe1, 0xc2, 0x46, 0x10, 0xbc, 0x82, 0x99, 0x2d,
+ 0xe6, 0xba, 0xd4, 0x4a, 0x5f, 0x38, 0xbd, 0x8d, 0x6b, 0x15, 0xb9, 0x96, 0xb5, 0x79, 0xc1, 0x35,
+ 0x64, 0x2e, 0x68, 0x7f, 0x01, 0xb5, 0x1d, 0xca, 0xb3, 0x77, 0xd6, 0xd9, 0xc5, 0xba, 0x30, 0xf0,
+ 0x9b, 0x32, 0x85, 0xd2, 0xee, 0x22, 0xf7, 0x92, 0x36, 0xa7, 0xfa, 0x9b, 0xd1, 0x0a, 0xea, 0x53,
+ 0x98, 0xdb, 0xa1, 0x7c, 0xf8, 0x96, 0x6c, 0xd4, 0xc2, 0x4b, 0x7e, 0x24, 0x39, 0x84, 0xd7, 0x3e,
+ 0xc2, 0x8a, 0x6e, 0x6b, 0x8b, 0xaa, 0xa2, 0x21, 0x84, 0xa8, 0x2c, 0x80, 0x9b, 0x5b, 0x01, 0x35,
+ 0x39, 0x6d, 0x07, 0x66, 0xa7, 0xe3, 0x58, 0x47, 0xd6, 0x09, 0xb5, 0xfb, 0xae, 0xd8, 0x8e, 0xee,
+ 0xae, 0x65, 0x7e, 0xa2, 0x3a, 0x04, 0x18, 0x1a, 0xb5, 0x4f, 0xb0, 0xc2, 0x55, 0x6d, 0x05, 0x47,
+ 0x6d, 0x34, 0xab, 0xaa, 0x53, 0xae, 0x94, 0x0f, 0x5d, 0xe7, 0x15, 0xac, 0xa2, 0xce, 0x0e, 0xcc,
+ 0x66, 0x5a, 0xf4, 0xbb, 0x7d, 0xda, 0xa7, 0x21, 0x59, 0x19, 0x59, 0x9f, 0x54, 0x0e, 0xd5, 0xa5,
+ 0x61, 0x5d, 0xb7, 0xb4, 0x9b, 0x43, 0xfd, 0x93, 0x06, 0xaa, 0x9e, 0x4c, 0x2b, 0xfe, 0xc7, 0xf5,
+ 0x8c, 0x60, 0x13, 0xf5, 0xfc, 0x3f, 0xa8, 0xc9, 0xe5, 0x9c, 0xca, 0x17, 0xaf, 0x5e, 0x6e, 0x09,
+ 0x48, 0xbb, 0xf1, 0x28, 0x47, 0xbe, 0x85, 0xf9, 0x43, 0x1a, 0x74, 0x58, 0xd0, 0xc3, 0x34, 0xa2,
+ 0xe5, 0xd3, 0x60, 0x90, 0x01, 0x15, 0x43, 0x2d, 0xbb, 0x8f, 0x2d, 0xbb, 0xa3, 0x2d, 0x89, 0x96,
+ 0x8d, 0xa4, 0x90, 0x9b, 0x4f, 0x49, 0x6e, 0x46, 0x32, 0xbf, 0x7a, 0x1b, 0x69, 0x26, 0x46, 0xa5,
+ 0x0c, 0x05, 0x55, 0x1b, 0x4a, 0x3b, 0x94, 0x37, 0x2e, 0x38, 0xe6, 0x17, 0x24, 0xe9, 0x51, 0x92,
+ 0xb2, 0x2c, 0xcf, 0x45, 0x39, 0x88, 0x4e, 0x79, 0x3f, 0xf0, 0x50, 0x13, 0x66, 0x59, 0x53, 0x1c,
+ 0x82, 0xf5, 0x5b, 0xfc, 0xd1, 0x8d, 0x3c, 0xc4, 0xe2, 0x5d, 0xe2, 0x11, 0xe5, 0x44, 0xa4, 0x32,
+ 0xf8, 0x7b, 0xea, 0xac, 0xea, 0xfa, 0xd8, 0x30, 0x44, 0x23, 0xe8, 0x7d, 0x58, 0xda, 0xa1, 0x7c,
+ 0x6f, 0xf4, 0xfb, 0xf2, 0x6c, 0x90, 0x58, 0xc9, 0xfe, 0x62, 0x2a, 0xf3, 0xea, 0x5d, 0x7b, 0x80,
+ 0x35, 0x69, 0xda, 0x6d, 0xd5, 0x85, 0xd1, 0x8c, 0xa2, 0xc6, 0x13, 0x98, 0x1f, 0xa9, 0x7f, 0x9f,
+ 0xda, 0x32, 0x73, 0x3b, 0x92, 0xed, 0xcb, 0xdc, 0x67, 0x2f, 0xbe, 0x85, 0x15, 0x16, 0x74, 0x91,
+ 0xc7, 0x62, 0x81, 0xbd, 0x26, 0x7f, 0x95, 0x1e, 0xf1, 0xbe, 0xa8, 0xbc, 0xc6, 0xb2, 0x48, 0xf5,
+ 0x5a, 0x7b, 0xed, 0x6f, 0x1e, 0x76, 0x1d, 0x7e, 0xd2, 0x3f, 0x16, 0x13, 0xf4, 0x30, 0x32, 0x79,
+ 0x28, 0x4d, 0x3e, 0x57, 0x3f, 0x64, 0x3f, 0x7b, 0xf2, 0xb0, 0xcb, 0xa2, 0x1f, 0xd4, 0x1f, 0xe6,
+ 0x0e, 0xc7, 0x8e, 0xf3, 0xa8, 0x79, 0xfc, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa4, 0xc0, 0xb1,
+ 0xce, 0x74, 0x3f, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
@@ -5439,6 +5463,98 @@
GetLogicalOnuDistance(context.Context, *Onu) (*OnuLogicalDistance, error)
}
+// UnimplementedOpenoltServer can be embedded to have forward compatible implementations.
+type UnimplementedOpenoltServer struct {
+}
+
+func (*UnimplementedOpenoltServer) DisableOlt(ctx context.Context, req *Empty) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DisableOlt not implemented")
+}
+func (*UnimplementedOpenoltServer) ReenableOlt(ctx context.Context, req *Empty) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ReenableOlt not implemented")
+}
+func (*UnimplementedOpenoltServer) ActivateOnu(ctx context.Context, req *Onu) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ActivateOnu not implemented")
+}
+func (*UnimplementedOpenoltServer) DeactivateOnu(ctx context.Context, req *Onu) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DeactivateOnu not implemented")
+}
+func (*UnimplementedOpenoltServer) DeleteOnu(ctx context.Context, req *Onu) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DeleteOnu not implemented")
+}
+func (*UnimplementedOpenoltServer) OmciMsgOut(ctx context.Context, req *OmciMsg) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method OmciMsgOut not implemented")
+}
+func (*UnimplementedOpenoltServer) OnuPacketOut(ctx context.Context, req *OnuPacket) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method OnuPacketOut not implemented")
+}
+func (*UnimplementedOpenoltServer) UplinkPacketOut(ctx context.Context, req *UplinkPacket) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method UplinkPacketOut not implemented")
+}
+func (*UnimplementedOpenoltServer) FlowAdd(ctx context.Context, req *Flow) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method FlowAdd not implemented")
+}
+func (*UnimplementedOpenoltServer) FlowRemove(ctx context.Context, req *Flow) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method FlowRemove not implemented")
+}
+func (*UnimplementedOpenoltServer) HeartbeatCheck(ctx context.Context, req *Empty) (*Heartbeat, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method HeartbeatCheck not implemented")
+}
+func (*UnimplementedOpenoltServer) EnablePonIf(ctx context.Context, req *Interface) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method EnablePonIf not implemented")
+}
+func (*UnimplementedOpenoltServer) DisablePonIf(ctx context.Context, req *Interface) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DisablePonIf not implemented")
+}
+func (*UnimplementedOpenoltServer) GetDeviceInfo(ctx context.Context, req *Empty) (*DeviceInfo, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetDeviceInfo not implemented")
+}
+func (*UnimplementedOpenoltServer) Reboot(ctx context.Context, req *Empty) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method Reboot not implemented")
+}
+func (*UnimplementedOpenoltServer) CollectStatistics(ctx context.Context, req *Empty) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method CollectStatistics not implemented")
+}
+func (*UnimplementedOpenoltServer) GetOnuStatistics(ctx context.Context, req *Onu) (*OnuStatistics, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetOnuStatistics not implemented")
+}
+func (*UnimplementedOpenoltServer) GetGemPortStatistics(ctx context.Context, req *OnuPacket) (*GemPortStatistics, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetGemPortStatistics not implemented")
+}
+func (*UnimplementedOpenoltServer) CreateTrafficSchedulers(ctx context.Context, req *tech_profile.TrafficSchedulers) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method CreateTrafficSchedulers not implemented")
+}
+func (*UnimplementedOpenoltServer) RemoveTrafficSchedulers(ctx context.Context, req *tech_profile.TrafficSchedulers) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method RemoveTrafficSchedulers not implemented")
+}
+func (*UnimplementedOpenoltServer) CreateTrafficQueues(ctx context.Context, req *tech_profile.TrafficQueues) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method CreateTrafficQueues not implemented")
+}
+func (*UnimplementedOpenoltServer) RemoveTrafficQueues(ctx context.Context, req *tech_profile.TrafficQueues) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method RemoveTrafficQueues not implemented")
+}
+func (*UnimplementedOpenoltServer) EnableIndication(req *Empty, srv Openolt_EnableIndicationServer) error {
+ return status.Errorf(codes.Unimplemented, "method EnableIndication not implemented")
+}
+func (*UnimplementedOpenoltServer) PerformGroupOperation(ctx context.Context, req *Group) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method PerformGroupOperation not implemented")
+}
+func (*UnimplementedOpenoltServer) DeleteGroup(ctx context.Context, req *Group) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DeleteGroup not implemented")
+}
+func (*UnimplementedOpenoltServer) GetExtValue(ctx context.Context, req *ValueParam) (*common.ReturnValues, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetExtValue not implemented")
+}
+func (*UnimplementedOpenoltServer) OnuItuPonAlarmSet(ctx context.Context, req *config.OnuItuPonAlarm) (*Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method OnuItuPonAlarmSet not implemented")
+}
+func (*UnimplementedOpenoltServer) GetLogicalOnuDistanceZero(ctx context.Context, req *Onu) (*OnuLogicalDistance, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetLogicalOnuDistanceZero not implemented")
+}
+func (*UnimplementedOpenoltServer) GetLogicalOnuDistance(ctx context.Context, req *Onu) (*OnuLogicalDistance, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetLogicalOnuDistance not implemented")
+}
+
func RegisterOpenoltServer(s *grpc.Server, srv OpenoltServer) {
s.RegisterService(&_Openolt_serviceDesc, srv)
}
diff --git a/vendor/github.com/opencord/voltha-protos/v4/go/voltha/health.pb.go b/vendor/github.com/opencord/voltha-protos/v4/go/voltha/health.pb.go
index 2c8c75b..4bde873 100644
--- a/vendor/github.com/opencord/voltha-protos/v4/go/voltha/health.pb.go
+++ b/vendor/github.com/opencord/voltha-protos/v4/go/voltha/health.pb.go
@@ -11,6 +11,8 @@
_ "github.com/opencord/voltha-protos/v4/go/common"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
+ codes "google.golang.org/grpc/codes"
+ status "google.golang.org/grpc/status"
math "math"
)
@@ -164,6 +166,14 @@
GetHealthStatus(context.Context, *empty.Empty) (*HealthStatus, error)
}
+// UnimplementedHealthServiceServer can be embedded to have forward compatible implementations.
+type UnimplementedHealthServiceServer struct {
+}
+
+func (*UnimplementedHealthServiceServer) GetHealthStatus(ctx context.Context, req *empty.Empty) (*HealthStatus, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetHealthStatus not implemented")
+}
+
func RegisterHealthServiceServer(s *grpc.Server, srv HealthServiceServer) {
s.RegisterService(&_HealthService_serviceDesc, srv)
}
diff --git a/vendor/github.com/opencord/voltha-protos/v4/go/voltha/logical_device.pb.go b/vendor/github.com/opencord/voltha-protos/v4/go/voltha/logical_device.pb.go
index 4b96daa..5428ecc 100644
--- a/vendor/github.com/opencord/voltha-protos/v4/go/voltha/logical_device.pb.go
+++ b/vendor/github.com/opencord/voltha-protos/v4/go/voltha/logical_device.pb.go
@@ -313,7 +313,9 @@
proto.RegisterType((*LogicalDevices)(nil), "voltha.LogicalDevices")
}
-func init() { proto.RegisterFile("voltha_protos/logical_device.proto", fileDescriptor_caf139ab3abc8240) }
+func init() {
+ proto.RegisterFile("voltha_protos/logical_device.proto", fileDescriptor_caf139ab3abc8240)
+}
var fileDescriptor_caf139ab3abc8240 = []byte{
// 456 bytes of a gzipped FileDescriptorProto
diff --git a/vendor/github.com/opencord/voltha-protos/v4/go/voltha/ponsim.pb.go b/vendor/github.com/opencord/voltha-protos/v4/go/voltha/ponsim.pb.go
index 4b49c5b..e2abe7f 100644
--- a/vendor/github.com/opencord/voltha-protos/v4/go/voltha/ponsim.pb.go
+++ b/vendor/github.com/opencord/voltha-protos/v4/go/voltha/ponsim.pb.go
@@ -10,6 +10,8 @@
empty "github.com/golang/protobuf/ptypes/empty"
openflow_13 "github.com/opencord/voltha-protos/v4/go/openflow_13"
grpc "google.golang.org/grpc"
+ codes "google.golang.org/grpc/codes"
+ status "google.golang.org/grpc/status"
math "math"
)
@@ -557,6 +559,26 @@
GetStats(context.Context, *empty.Empty) (*PonSimMetrics, error)
}
+// UnimplementedPonSimServer can be embedded to have forward compatible implementations.
+type UnimplementedPonSimServer struct {
+}
+
+func (*UnimplementedPonSimServer) SendFrame(ctx context.Context, req *PonSimFrame) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method SendFrame not implemented")
+}
+func (*UnimplementedPonSimServer) ReceiveFrames(req *empty.Empty, srv PonSim_ReceiveFramesServer) error {
+ return status.Errorf(codes.Unimplemented, "method ReceiveFrames not implemented")
+}
+func (*UnimplementedPonSimServer) GetDeviceInfo(ctx context.Context, req *empty.Empty) (*PonSimDeviceInfo, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetDeviceInfo not implemented")
+}
+func (*UnimplementedPonSimServer) UpdateFlowTable(ctx context.Context, req *FlowTable) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method UpdateFlowTable not implemented")
+}
+func (*UnimplementedPonSimServer) GetStats(ctx context.Context, req *empty.Empty) (*PonSimMetrics, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetStats not implemented")
+}
+
func RegisterPonSimServer(s *grpc.Server, srv PonSimServer) {
s.RegisterService(&_PonSim_serviceDesc, srv)
}
diff --git a/vendor/github.com/opencord/voltha-protos/v4/go/voltha/voltha.pb.go b/vendor/github.com/opencord/voltha-protos/v4/go/voltha/voltha.pb.go
index f58ad21..e69957a 100644
--- a/vendor/github.com/opencord/voltha-protos/v4/go/voltha/voltha.pb.go
+++ b/vendor/github.com/opencord/voltha-protos/v4/go/voltha/voltha.pb.go
@@ -14,6 +14,8 @@
openflow_13 "github.com/opencord/voltha-protos/v4/go/openflow_13"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
+ codes "google.golang.org/grpc/codes"
+ status "google.golang.org/grpc/status"
math "math"
)
@@ -104,6 +106,7 @@
const OperStatus_TESTING = OperStatus_Types(common.OperStatus_TESTING)
const OperStatus_ACTIVE = OperStatus_Types(common.OperStatus_ACTIVE)
const OperStatus_FAILED = OperStatus_Types(common.OperStatus_FAILED)
+const OperStatus_RECONCILING = OperStatus_Types(common.OperStatus_RECONCILING)
// ConnectStatus_Types from public import voltha_protos/common.proto
type ConnectStatus_Types = common.ConnectStatus_Types
@@ -3293,6 +3296,200 @@
StartOmciTestAction(context.Context, *OmciTestRequest) (*TestResponse, error)
}
+// UnimplementedVolthaServiceServer can be embedded to have forward compatible implementations.
+type UnimplementedVolthaServiceServer struct {
+}
+
+func (*UnimplementedVolthaServiceServer) GetMembership(ctx context.Context, req *empty.Empty) (*Membership, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetMembership not implemented")
+}
+func (*UnimplementedVolthaServiceServer) UpdateMembership(ctx context.Context, req *Membership) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method UpdateMembership not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetVoltha(ctx context.Context, req *empty.Empty) (*Voltha, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetVoltha not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListCoreInstances(ctx context.Context, req *empty.Empty) (*CoreInstances, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListCoreInstances not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetCoreInstance(ctx context.Context, req *common.ID) (*CoreInstance, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetCoreInstance not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListAdapters(ctx context.Context, req *empty.Empty) (*Adapters, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListAdapters not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListLogicalDevices(ctx context.Context, req *empty.Empty) (*LogicalDevices, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListLogicalDevices not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetLogicalDevice(ctx context.Context, req *common.ID) (*LogicalDevice, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetLogicalDevice not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListLogicalDevicePorts(ctx context.Context, req *common.ID) (*LogicalPorts, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListLogicalDevicePorts not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetLogicalDevicePort(ctx context.Context, req *LogicalPortId) (*LogicalPort, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetLogicalDevicePort not implemented")
+}
+func (*UnimplementedVolthaServiceServer) EnableLogicalDevicePort(ctx context.Context, req *LogicalPortId) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method EnableLogicalDevicePort not implemented")
+}
+func (*UnimplementedVolthaServiceServer) DisableLogicalDevicePort(ctx context.Context, req *LogicalPortId) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DisableLogicalDevicePort not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListLogicalDeviceFlows(ctx context.Context, req *common.ID) (*openflow_13.Flows, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListLogicalDeviceFlows not implemented")
+}
+func (*UnimplementedVolthaServiceServer) UpdateLogicalDeviceFlowTable(ctx context.Context, req *openflow_13.FlowTableUpdate) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method UpdateLogicalDeviceFlowTable not implemented")
+}
+func (*UnimplementedVolthaServiceServer) UpdateLogicalDeviceMeterTable(ctx context.Context, req *openflow_13.MeterModUpdate) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method UpdateLogicalDeviceMeterTable not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListLogicalDeviceMeters(ctx context.Context, req *common.ID) (*openflow_13.Meters, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListLogicalDeviceMeters not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListLogicalDeviceFlowGroups(ctx context.Context, req *common.ID) (*openflow_13.FlowGroups, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListLogicalDeviceFlowGroups not implemented")
+}
+func (*UnimplementedVolthaServiceServer) UpdateLogicalDeviceFlowGroupTable(ctx context.Context, req *openflow_13.FlowGroupTableUpdate) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method UpdateLogicalDeviceFlowGroupTable not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListDevices(ctx context.Context, req *empty.Empty) (*Devices, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListDevices not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListDeviceIds(ctx context.Context, req *empty.Empty) (*common.IDs, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListDeviceIds not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ReconcileDevices(ctx context.Context, req *common.IDs) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ReconcileDevices not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetDevice(ctx context.Context, req *common.ID) (*Device, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetDevice not implemented")
+}
+func (*UnimplementedVolthaServiceServer) CreateDevice(ctx context.Context, req *Device) (*Device, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method CreateDevice not implemented")
+}
+func (*UnimplementedVolthaServiceServer) EnableDevice(ctx context.Context, req *common.ID) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method EnableDevice not implemented")
+}
+func (*UnimplementedVolthaServiceServer) DisableDevice(ctx context.Context, req *common.ID) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DisableDevice not implemented")
+}
+func (*UnimplementedVolthaServiceServer) RebootDevice(ctx context.Context, req *common.ID) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method RebootDevice not implemented")
+}
+func (*UnimplementedVolthaServiceServer) DeleteDevice(ctx context.Context, req *common.ID) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DeleteDevice not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ForceDeleteDevice(ctx context.Context, req *common.ID) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ForceDeleteDevice not implemented")
+}
+func (*UnimplementedVolthaServiceServer) DownloadImage(ctx context.Context, req *ImageDownload) (*common.OperationResp, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DownloadImage not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetImageDownloadStatus(ctx context.Context, req *ImageDownload) (*ImageDownload, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetImageDownloadStatus not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetImageDownload(ctx context.Context, req *ImageDownload) (*ImageDownload, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetImageDownload not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListImageDownloads(ctx context.Context, req *common.ID) (*ImageDownloads, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListImageDownloads not implemented")
+}
+func (*UnimplementedVolthaServiceServer) CancelImageDownload(ctx context.Context, req *ImageDownload) (*common.OperationResp, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method CancelImageDownload not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ActivateImageUpdate(ctx context.Context, req *ImageDownload) (*common.OperationResp, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ActivateImageUpdate not implemented")
+}
+func (*UnimplementedVolthaServiceServer) RevertImageUpdate(ctx context.Context, req *ImageDownload) (*common.OperationResp, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method RevertImageUpdate not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListDevicePorts(ctx context.Context, req *common.ID) (*Ports, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListDevicePorts not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListDevicePmConfigs(ctx context.Context, req *common.ID) (*PmConfigs, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListDevicePmConfigs not implemented")
+}
+func (*UnimplementedVolthaServiceServer) UpdateDevicePmConfigs(ctx context.Context, req *PmConfigs) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method UpdateDevicePmConfigs not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListDeviceFlows(ctx context.Context, req *common.ID) (*openflow_13.Flows, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListDeviceFlows not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListDeviceFlowGroups(ctx context.Context, req *common.ID) (*openflow_13.FlowGroups, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListDeviceFlowGroups not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListDeviceTypes(ctx context.Context, req *empty.Empty) (*DeviceTypes, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListDeviceTypes not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetDeviceType(ctx context.Context, req *common.ID) (*DeviceType, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetDeviceType not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListDeviceGroups(ctx context.Context, req *empty.Empty) (*DeviceGroups, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListDeviceGroups not implemented")
+}
+func (*UnimplementedVolthaServiceServer) StreamPacketsOut(srv VolthaService_StreamPacketsOutServer) error {
+ return status.Errorf(codes.Unimplemented, "method StreamPacketsOut not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ReceivePacketsIn(req *empty.Empty, srv VolthaService_ReceivePacketsInServer) error {
+ return status.Errorf(codes.Unimplemented, "method ReceivePacketsIn not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ReceiveChangeEvents(req *empty.Empty, srv VolthaService_ReceiveChangeEventsServer) error {
+ return status.Errorf(codes.Unimplemented, "method ReceiveChangeEvents not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetDeviceGroup(ctx context.Context, req *common.ID) (*DeviceGroup, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetDeviceGroup not implemented")
+}
+func (*UnimplementedVolthaServiceServer) CreateEventFilter(ctx context.Context, req *EventFilter) (*EventFilter, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method CreateEventFilter not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetEventFilter(ctx context.Context, req *common.ID) (*EventFilters, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetEventFilter not implemented")
+}
+func (*UnimplementedVolthaServiceServer) UpdateEventFilter(ctx context.Context, req *EventFilter) (*EventFilter, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method UpdateEventFilter not implemented")
+}
+func (*UnimplementedVolthaServiceServer) DeleteEventFilter(ctx context.Context, req *EventFilter) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DeleteEventFilter not implemented")
+}
+func (*UnimplementedVolthaServiceServer) ListEventFilters(ctx context.Context, req *empty.Empty) (*EventFilters, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method ListEventFilters not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetImages(ctx context.Context, req *common.ID) (*Images, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetImages not implemented")
+}
+func (*UnimplementedVolthaServiceServer) SelfTest(ctx context.Context, req *common.ID) (*SelfTestResponse, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method SelfTest not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetMibDeviceData(ctx context.Context, req *common.ID) (*omci.MibDeviceData, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetMibDeviceData not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetAlarmDeviceData(ctx context.Context, req *common.ID) (*omci.AlarmDeviceData, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetAlarmDeviceData not implemented")
+}
+func (*UnimplementedVolthaServiceServer) SimulateAlarm(ctx context.Context, req *SimulateAlarmRequest) (*common.OperationResp, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method SimulateAlarm not implemented")
+}
+func (*UnimplementedVolthaServiceServer) Subscribe(ctx context.Context, req *OfAgentSubscriber) (*OfAgentSubscriber, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method Subscribe not implemented")
+}
+func (*UnimplementedVolthaServiceServer) EnablePort(ctx context.Context, req *Port) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method EnablePort not implemented")
+}
+func (*UnimplementedVolthaServiceServer) DisablePort(ctx context.Context, req *Port) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method DisablePort not implemented")
+}
+func (*UnimplementedVolthaServiceServer) GetExtValue(ctx context.Context, req *common.ValueSpecifier) (*common.ReturnValues, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetExtValue not implemented")
+}
+func (*UnimplementedVolthaServiceServer) SetExtValue(ctx context.Context, req *ValueSet) (*empty.Empty, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method SetExtValue not implemented")
+}
+func (*UnimplementedVolthaServiceServer) StartOmciTestAction(ctx context.Context, req *OmciTestRequest) (*TestResponse, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method StartOmciTestAction not implemented")
+}
+
func RegisterVolthaServiceServer(s *grpc.Server, srv VolthaServiceServer) {
s.RegisterService(&_VolthaService_serviceDesc, srv)
}
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 81d0e39..df29a7c 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -6,6 +6,7 @@
github.com/aead/cmac
github.com/aead/cmac/aes
# github.com/boguslaw-wojcik/crc32a v1.0.0
+## explicit
github.com/boguslaw-wojcik/crc32a
# github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/bsm/sarama-cluster
@@ -14,6 +15,7 @@
# github.com/cespare/xxhash v1.1.0
github.com/cespare/xxhash
# github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73
+## explicit
github.com/cevaris/ordered_map
# github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a
github.com/coreos/go-systemd/journal
@@ -30,10 +32,12 @@
# github.com/eapache/queue v1.1.0
github.com/eapache/queue
# github.com/gogo/protobuf v1.3.2
+## explicit
github.com/gogo/protobuf/gogoproto
github.com/gogo/protobuf/proto
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
# github.com/golang/protobuf v1.3.2
+## explicit
github.com/golang/protobuf/proto
github.com/golang/protobuf/protoc-gen-go/descriptor
github.com/golang/protobuf/ptypes
@@ -44,6 +48,7 @@
# github.com/golang/snappy v0.0.1
github.com/golang/snappy
# github.com/google/gopacket v1.1.17
+## explicit
github.com/google/gopacket
github.com/google/gopacket/layers
# github.com/google/uuid v1.1.1
@@ -54,11 +59,14 @@
github.com/jcmturner/gofork/encoding/asn1
github.com/jcmturner/gofork/x/crypto/pbkdf2
# github.com/looplab/fsm v0.1.0
+## explicit
github.com/looplab/fsm
-# github.com/opencord/omci-lib-go v0.16.2
+# github.com/opencord/omci-lib-go v0.17.0
+## explicit
github.com/opencord/omci-lib-go
github.com/opencord/omci-lib-go/generated
-# github.com/opencord/voltha-lib-go/v4 v4.2.2
+# github.com/opencord/voltha-lib-go/v4 v4.2.3
+## explicit
github.com/opencord/voltha-lib-go/v4/pkg/adapters
github.com/opencord/voltha-lib-go/v4/pkg/adapters/adapterif
github.com/opencord/voltha-lib-go/v4/pkg/adapters/common
@@ -73,7 +81,8 @@
github.com/opencord/voltha-lib-go/v4/pkg/probe
github.com/opencord/voltha-lib-go/v4/pkg/techprofile
github.com/opencord/voltha-lib-go/v4/pkg/version
-# github.com/opencord/voltha-protos/v4 v4.0.13
+# github.com/opencord/voltha-protos/v4 v4.1.0
+## explicit
github.com/opencord/voltha-protos/v4/go/common
github.com/opencord/voltha-protos/v4/go/ext/config
github.com/opencord/voltha-protos/v4/go/extension
@@ -97,6 +106,7 @@
# github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
github.com/rcrowley/go-metrics
# github.com/stretchr/testify v1.6.1
+## explicit
github.com/stretchr/testify/assert
# github.com/uber/jaeger-client-go v2.23.1+incompatible
github.com/uber/jaeger-client-go
@@ -175,6 +185,7 @@
google.golang.org/genproto/googleapis/api/annotations
google.golang.org/genproto/googleapis/rpc/status
# google.golang.org/grpc v1.25.1
+## explicit
google.golang.org/grpc
google.golang.org/grpc/backoff
google.golang.org/grpc/balancer