From fcd4db8217bf9fb50428155355f5db8546bb4bc5 Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Fri, 8 Nov 2024 16:17:44 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BF=AB=E9=80=9F=E5=AE=89=E8=A3=85UPF?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=BD=91=E5=8D=A1=E5=90=8D=E5=92=8C=E9=A9=B1?=
=?UTF-8?q?=E5=8A=A8=E7=B1=BB=E5=9E=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ne/neQuickSetup/components/Para5GForm.vue | 75 +++++++++++++++----
src/views/ne/neQuickSetup/index.vue | 2 +-
2 files changed, 62 insertions(+), 15 deletions(-)
diff --git a/src/views/ne/neQuickSetup/components/Para5GForm.vue b/src/views/ne/neQuickSetup/components/Para5GForm.vue
index 677bebdf..b4528fb7 100644
--- a/src/views/ne/neQuickSetup/components/Para5GForm.vue
+++ b/src/views/ne/neQuickSetup/components/Para5GForm.vue
@@ -49,6 +49,8 @@ let fromState = ref({
mmes11_ip: '172.16.5.220/24',
ims_sip_ip: '192.168.8.110',
upf_type: 'LightUPF',
+ upf_driver_type: 'vmxnet3',
+ upf_card_name: 'eth0',
upfn3_pci: '0000:00:00.0',
upfn3_mac: '00:00:00:00:00:00',
upfn6_pci: '0000:00:00.0',
@@ -106,7 +108,7 @@ watch(
DNN
-
+
@@ -128,7 +130,7 @@ watch(
1-3
-
+
@@ -188,7 +190,7 @@ watch(
Network Elemment send data tu EMS IP
-
+
@@ -209,7 +211,9 @@ watch(
AMF N2
-
+
@@ -250,7 +254,7 @@ watch(
UE IP and maxk
-
+
@@ -270,7 +274,7 @@ watch(
netwrok ip
-
+
@@ -285,7 +289,7 @@ watch(
geteway
-
+
@@ -307,9 +311,12 @@ watch(
- use `ip a` show info, to inet ip
+ use `ip a` show info, to inet name
+
+ or
+ use `lshw -class network -businfo` show device name
-
+
@@ -326,7 +333,7 @@ watch(
use `ip a` show info, to inet ip
-
+
@@ -354,6 +361,16 @@ watch(
>
+
+
+ vmxnet3
+ dpdk
+ host
+
+
@@ -374,6 +391,28 @@ watch(
>
+
+
+
+
+
+ use `ip a` show info, to inet name
+
+ or
+ use `lshw -class network -businfo` show device name
+
+
+
+
+
+
@@ -394,7 +433,9 @@ watch(
IMS SIP
-
+
@@ -421,7 +462,9 @@ watch(
(S1AP), can be ethernet interface, virtual ethernet
interface, we don't advise wireless interfaces
-
+
@@ -436,7 +479,9 @@ watch(
Interface
-
+
@@ -453,7 +498,9 @@ watch(
MME binded interface for S11-U communication (GTPV1-U)
-
+
diff --git a/src/views/ne/neQuickSetup/index.vue b/src/views/ne/neQuickSetup/index.vue
index 4a87e8cf..894c9201 100644
--- a/src/views/ne/neQuickSetup/index.vue
+++ b/src/views/ne/neQuickSetup/index.vue
@@ -70,7 +70,7 @@ function fnNext() {
-
+