Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No.IssuesSolution
1.Portal UI doesn’t go up and so you cannot access SDC UI via Portal UI
  1. Go to https://<<sdc_ip>>:<<sdc_port>/ with Google Chrome Dev
  2. Open Inspect and go to  Application section
  3. On left column, open Cookies 
  4. Add the following cookie key/value
    USER_ID cs0008  for designer role

    USER_ID demo for admin role

This hack can be possible since SDC UI authentication mode is cookie based. So the attacker can override the cookie to force its request.

2.'Create new Service' from SDC UI 
[empty field form] 

The WA is described here [you need to create new categories via api rest, not via sdc gui ]:

Jira
serverONAP Jira
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySDC-4144

3.Usecase UI not working 
(502 HTTP response code)

[https://{{ip}}:30284/iui/usecaseui-ui/]

The issue is described here 

Jira
serverONAP Jira
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyUSECASEUI-726

4.uui-server cannot process task management request Use the usecaseui image 4.0.3 
5.SDNC
ran-slice.api module api not found
Need to add the following parameter to sdnc statefulset k8s file resource:
          - name: SDNR_NORTHBOUND
            value: "true"
6.SDNC cannot communicate with CPS Chnage CPS and CPS-TBDMT IPs  into    ran-slice-api-dg.properties at /opt/onap/ccsdk/data/properties

SDNC -  instantiateRANSliceAllocate-CPS  DG 1.3.4

fails due to missing parameters in the context :

  • getNearRTRIC-cps-response.[' + $id1 + '].GNBCUCPFunction_length  for CUCP workflow

  • getNearRTRIC-cps-response.[' + $id1 + '].GNBCUUPFunction_length for CUUP

  • opt/onap/ccsdk/restapi/templates/cps-templates/cps-add-snssai-nrcelldu.json
    not found for DU

So the RAN instantation fails.


...