feat: 网元快速安装添加SMSC的ip填充
This commit is contained in:
@@ -70,6 +70,7 @@ let fromState = ref({
|
|||||||
nef_ip: '172.16.5.210',
|
nef_ip: '172.16.5.210',
|
||||||
mme_ip: '172.16.5.220',
|
mme_ip: '172.16.5.220',
|
||||||
n3iwf_ip: '172.16.5.230',
|
n3iwf_ip: '172.16.5.230',
|
||||||
|
smsc_ip: '172.16.5.240',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -102,6 +102,9 @@ export function usePara5G() {
|
|||||||
case 'N3IWF':
|
case 'N3IWF':
|
||||||
state.from.sbi.n3iwf_ip = item.ip;
|
state.from.sbi.n3iwf_ip = item.ip;
|
||||||
break;
|
break;
|
||||||
|
case 'SMSC':
|
||||||
|
state.from.sbi.smsc_ip = item.ip;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user