Merge "Upgrade ANR client to API spec version 0.0.8"
authorManoop Talasila <talasila@research.att.com>
Tue, 4 Jun 2019 20:15:39 +0000 (20:15 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 4 Jun 2019 20:15:39 +0000 (20:15 +0000)
1  2 
docs/release-notes.rst
webapp-frontend/src/app/anr-xapp/anr-edit-ncr-dialog.component.ts

@@@ -20,9 -20,8 +20,9 @@@
  RIC Dashboard Release Notes
  ===========================
  
- Version 1.0.4, 30 May 2019
+ Version 1.0.4, 4 June 2019
  --------------------------
 +* Add AC xApp neighbor control screen
  * Add ANR xApp neighbor cell relation table
  * Drop the pendulum xApp control screen
  * Add column sorting on xApp catalog, xApp control, ANR 
@@@ -36,12 -37,12 +36,11 @@@ export class ANREditNCRDialogComponent 
  
      constructor(
          private dialogRef: MatDialogRef<ANREditNCRDialogComponent>,
 -        private dataService: ANRXappService, private errorService: ErrorDialogService,
 -        @Inject(MAT_DIALOG_DATA) private data: ANRNeighborCellRelation) {
 -        console.log('constructed with data ' + data);
 -    }
 +        private dataService: ANRXappService,
 +        private errorService: ErrorDialogService,
 +        @Inject(MAT_DIALOG_DATA) private data: ANRNeighborCellRelation) { }
  
      ngOnInit() {
-         const namePattern = /^([A-Z])+([0-9])+$/;
          this.ncrDialogForm = new FormGroup({
              servingCellNrcgi: new FormControl(this.data.servingCellNrcgi), // readonly
              neighborCellNrpci: new FormControl(this.data.neighborCellNrpci), // readonly