Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-29 | SonarFix- Remove duplicated import | anushadasari | 1 | -1/+0 | |
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer. Leaving them in reduces the code's readability, since their presence can be confusing. Issue-ID: CCSDK-1552 Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e Signed-off-by: anushadasari <danush10@in.ibm.com> | |||||
2019-07-02 | Netconf Notification support for SDNR OOFPCI | Sandeep Shah | 13 | -0/+1161 | |
Feature enhancement to support Netconf notification from RAN simulator. Netconf notification will trigger consumer to update ConfigDB database and publish DMAAP message. This commit relates to Netconf notification indicating neighbor list change and consumer code Issue-ID: CCSDK-1396 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I5773fcc2dab9baefcec3788038add10047fc828e |