Omci receive workaround for Adtran OLT-Sim, some preparations for OnuSwUpgrade

Signed-off-by: mpagenko <michael.pagenkopf@adtran.com>
Change-Id: Iceb5c2309d65bf2893105c7701125606ef9c095b
diff --git a/.golangci.yml b/.golangci.yml
index 2c91ad5..76e7b31 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -83,6 +83,7 @@
     - "don't use underscores in Go names; method Child_device_lost"
     - "don't use underscores in Go names; method Start_omci_test"
     - "don't use underscores in Go names; method Get_ext_value"
+    - "don't use underscores in Go names; method Single_get_value_request"
     - "Error return value of `dh.coreProxy.PortStateUpdate` is not checked"
     - "Error return value of `rxCallbackEntry.cbFunction` is not checked"
     - "Error return value of `oo.sendNextRequest` is not checked"