VOL-541 For DHCP Packet Out Via NNI in ASFVOLT16
Incremented version number.
Change-Id: Ic7bf9f8abe0d7eec09853a47f9fd12d744beb442
diff --git a/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py b/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py
index f991efc..2612c28 100644
--- a/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py
+++ b/voltha/adapters/asfvolt16_olt/asfvolt16_device_handler.py
@@ -1159,6 +1159,8 @@
             port_id = 'nni'
             pkt_info['dest_type'] = 'nni'
             pkt_info['intf_id'] = 0
+            self.log.info('packet-out-is-for-olt-nni')
+            send_pkt = binascii.unhexlify(str(pkt).encode("HEX"))
         else:
             port_id = 'uni-{}'.format(egress_port)
             logical_port = None
diff --git a/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py b/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py
index 0d659cb..e5872d6 100644
--- a/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py
+++ b/voltha/adapters/asfvolt16_olt/asfvolt16_olt.py
@@ -33,7 +33,7 @@
                                                device_handler_class=Asfvolt16Handler,
                                                name='asfvolt16_olt',
                                                vendor='Edgecore',
-                                               version='0.91',
+                                               version='0.92',
                                                device_type='asfvolt16_olt')
         # register for adapter messages
         self.port = 60001