This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/NBI.git. Pull mirroring updated .
  1. Nov 16, 2020
  2. Nov 05, 2020
  3. Nov 04, 2020
  4. Nov 03, 2020
  5. Oct 30, 2020
  6. Oct 28, 2020
  7. Oct 16, 2020
  8. Sep 07, 2020
  9. Aug 28, 2020
  10. Aug 14, 2020
  11. Aug 12, 2020
  12. Aug 10, 2020
  13. Aug 07, 2020
  14. Aug 04, 2020
  15. Jul 17, 2020
  16. Jul 10, 2020
  17. Jul 01, 2020
  18. Jun 30, 2020
  19. Jun 26, 2020
  20. Jun 25, 2020
    • ksaikiranr's avatar
      Added NS subscription to html_out · 8748af53
      ksaikiranr authored
      
      
      Added Ns subscription url to html_out.
      Since in html there was no explict link for favicon.ico, browser by
      default makes GET request to /favicon.ico NBI reponse was 404.
      Added OSM favicon.ico and gave explicit link to static folder.
      
      Change-Id: Id0088ca09bfc5000e487ab44ac678fab49919c37
      Signed-off-by: default avatarK Sai Kiran <saikiran.k@tataelxsi.co.in>
      8748af53
  21. Jun 24, 2020
  22. Jun 22, 2020
  23. Jun 19, 2020
    • ksaikiranr's avatar
      Feature 8840 Notification to OSS/BSS for subscribed events. · bb70c819
      ksaikiranr authored
      
      
      osm_nbi/subscriptions.py: Existing thread which analyze kafka messages for ns topic, if the message
      can be used for nslcm notification, then it will invoke NsLcmNotification.send_notification().
      
      osm_nbi/notifications.py: (new file)Holds classes for NS, NSD, VNFD notifications. Used asyncio and aiohttp to send notifications.
      Wait time for failed notification will increase in powers of 2. Reusing session of aiohttp client for performance.
      Notifications are SOL005 compliant. But some data is missing in kafka message, for such keys N/A value is assigned in notification body.
      
      Change-Id: I142ffc12f3b4e3720d41562f7ffca3b2280f4fd4
      Signed-off-by: default avatarK Sai Kiran <saikiran.k@tataelxsi.co.in>
      bb70c819
    • ppree's avatar
      feature 7919 - Subscription API for OSS/BSS management systems · 329b8189
      ppree authored
      
      
      Delete_extra used to remove mapped_subscription
      Moved code to use db.create_list function
      Addressed review comments.
      
      Change-Id: I84bd39e9a9c942d15762d4715843c7c539842767
      Signed-off-by: default avatarpreethika.p <preethika.p@tataelxsi.co.in>
      329b8189