commit | 4ac1fb9544d75867d9448f8d4fa6bac2bb8fe9ed | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Fri Nov 02 14:02:35 2018 -0400 |
committer | Matt Jeanneret <mj3580@att.com> | Fri Nov 02 14:03:26 2018 -0400 |
tree | d541af5fa08ac71259991a4b86beebc875f016bc | |
parent | f78f6aa4fe4d77ddbff9f10d1de629a92d8780a8 [diff] |
Bugfix: Missing comma introduced by bad rebase. Change-Id: I01f23de7a1fbe5e0176b685737feb707d4a1cf46
diff --git a/voltha/adapters/brcm_openomci_onu/omci/brcm_mib_download_task.py b/voltha/adapters/brcm_openomci_onu/omci/brcm_mib_download_task.py index ebc7492..23daa02 100644 --- a/voltha/adapters/brcm_openomci_onu/omci/brcm_mib_download_task.py +++ b/voltha/adapters/brcm_openomci_onu/omci/brcm_mib_download_task.py
@@ -502,7 +502,7 @@ attributes = dict( association_type=association_type, # Assoc Type, PPTP/VEIP Ethernet UNI - associated_me_pointer=self._uni_port.entity_id # Assoc ME, PPTP/VEIP Entity Id + associated_me_pointer=self._uni_port.entity_id, # Assoc ME, PPTP/VEIP Entity Id # Specifies the TPIDs in use and that operations in the downstream direction are # inverse to the operations in the upstream direction