fix: amf comment and ba setting

This commit is contained in:
2024-01-11 10:47:37 +08:00
parent 8103b2be8c
commit d7555092c6
2 changed files with 14 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ amf:
access: "read-write"
filter: "0~255"
display: "Relative Capacity"
comment: ""
comment: "0~255"
- name: "sbiScheme"
type: "enum"
value: "0"
@@ -190,7 +190,7 @@ amf:
- name: "index"
type: "int"
value: "0"
access: "read-write"
access: "read-only"
filter: '0~15'
display: "Index"
comment: "0~15"
@@ -214,14 +214,14 @@ amf:
access: "read-write"
filter: "0~255"
display: "Weight"
comment: ""
comment: "0~255"
guami:
display: "GUAMI List"
array:
- name: "index"
type: "int"
value: "0"
access: "read-write"
access: "read-only"
filter: '0~15'
display: "Index"
comment: "0~15"
@@ -236,30 +236,30 @@ amf:
type: "int"
value: '1'
access: "read-write"
filter: '0~256'
filter: '0~255'
display: "Region ID"
comment: "0~256"
comment: "0~255"
- name: "setId"
type: "int"
value: '1'
access: "read-write"
filter: '0~1023'
display: "Set ID"
comment: ""
comment: "0~1023"
- name: "pointer"
type: "int"
value: '1'
access: "read-write"
filter: '0~63'
display: "Pointer"
comment: ""
comment: "0~63"
tai:
display: "TAI List"
array:
- name: "index"
type: "int"
value: "0"
access: "read-write"
access: "read-only"
filter: '0~15'
display: "Index"
comment: "0~15"
@@ -276,14 +276,14 @@ amf:
access: "read-write"
filter: '0~8'
display: "TAC"
comment: "0~8"
comment: "0~16777215"
slice:
display: "Slice List"
array:
- name: "index"
type: "int"
value: "0"
access: "read-write"
access: "read-only"
filter: '0~15'
display: "Index"
comment: "0~15"
@@ -300,7 +300,7 @@ amf:
access: "read-write"
filter: '0~127'
display: "SST"
comment: ""
comment: "0~127"
- name: "sd"
type: "regex"
value: '000001'

View File

@@ -49,6 +49,8 @@ case "${M_ARG}" in
done
cp -rf ${CustomizedDir}/logo/* ${OMCStaticDir}/logo
cp -rf ${CustomizedDir}/doc/* ${OMCStaticDir}/helpDoc
perl -0777 -i -pe 's/agtuser/bluearcus/g' $(DebBuildDir)/usr/local/omc/etc/default/restconf.yaml
perl -0777 -i -pe 's/agtuser/bluearcus/g' $(DebBuildDir)/usr/local/omc/bin/nehosts
fi
;;
upgrade | upgvue3)