Uploaded image for project: 'Integration'
  1. Integration
  2. INT-1866

PMSH CSIT failing issue Network function are not created/updated in database after administrativeState changes from Locked to UnLocked.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Honolulu Release
    • Honolulu Release
    • None

      PMSH issue Network function are not created/updated in database after administrativeState changes from Locked to UnLocked.

      As per expected behaviour once the administrativeState changes from Locked to Unclocked Networkfunction should be created in DB with correct state which is not happening at moment.

      Issue raied in Integration depending on root cause analysis it might get moved to DCAEGEN-2.

      In below tables after state change subscriptions table is getting populated and other 2 that is network_functions, nf_to_sub_rel are not containing data.

      pmsh=# SELECT * from network_functions;   id | nf_name | ip_address | model_invariant_id | model_version_id | model_name | sdnc_model_name | sdnc_model_version | retry_count  ----+---------+------------+--------------------+------------------+------------+-----------------+--------------------+------------- (0 rows) 
      
      
      pmsh=# SELECT * from nf_to_sub_rel;  id | subscription_name | nf_name | nf_sub_status  ----+-------------------+---------+--------------- (0 rows) 
      
      pmsh=# SELECT * from subscriptions;  id |  subscription_name  |  status   ----+---------------------+----------   1 | ExtraPM-All-gNB-R2B | UNLOCKED 
      

       

            egernug Gerard Nugent
            ajay_dp001 ajay_dp001
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: