Netch 모바일 광대역 네트워크 명령
netsh mbn
을 사용하여 모바일 광대역 네트워크 (MBN) 설정 및 매개 변수를 쿼리하고 구성합니다.
팁
을 사용하여 netsh mbn
명령에 대한 도움말을 볼 수 있습니다.
netsh mbn /?
사용 가능한 netsh mbn 명령은 다음과 같습니다.
추가
구성 항목을 테이블에 추가합니다.
사용가능한 netsh mbn add
명령:
dmprofile
DM 구성 프로필을 프로필 데이터 저장소에 추가합니다.
Syntax
add dmprofile [interface=]<string> [name=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
이름 | 프로필 XML 파일의 이름입니다. 프로필 데이터가 포함된 XML 파일의 이름. | Required |
예제
add dmprofile interface="Cellular" name="Profile1.xml"
profile
네트워크 프로필을 프로필 데이터 저장소에 추가합니다.
Syntax
add profile [interface=]<string> [name=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
이름 | 프로필 XML 파일의 이름입니다. 프로필 데이터가 포함된 XML 파일의 이름. | Required |
예제
add profile interface="Cellular" name="Profile1.xml"
연결
모바일 광대역 네트워크에 연결합니다.
Syntax
connect [interface=]<string> [connmode=]tmp|name [name=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
connmode | 연결 매개 변수를 제공하는 방법을 지정합니다. 프로필 XML을 이용하여 연결을 요청하거나, 이전에 모바일 광대역 프로필 데이터 저장소에 저장된 프로필 이름을 netsh mbn add profile 명령에 입력하여 요청할 수 있습니다. 전자의 경우, connmode 매개 변수는 값으로 tmp 을 포함해야 합니다. 반면, 후자의 경우 name 이어야 합니다. |
Required |
이름 | 프로필 XML 파일의 이름입니다. 프로필 데이터가 포함된 XML 파일의 이름. | Required |
예제
connect interface="Cellular" connmode=tmp name=d:\profile.xml
connect interface="Cellular" connmode=name name=MyProfileName
delete
테이블에서 구성 항목을 추가합니다.
사용가능한 netsh mbn delete
명령:
dmprofile
프로필 데이터 저장소에서 DM 구성 프로필을 삭제합니다.
Syntax
delete dmprofile [interface=]<string> [name=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
이름 | 프로필 XML 파일의 이름입니다. 프로필 데이터가 포함된 XML 파일의 이름. | Required |
예제
delete dmprofile interface="Cellular" name="myProfileName"
profile
프로필 데이터 저장소에서 네트워크 프로필을 삭제합니다.
Syntax
delete profile [interface=]<string> [name=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
이름 | 프로필 XML 파일의 이름입니다. 프로필 데이터가 포함된 XML 파일의 이름. | Required |
예제
delete profile interface="Cellular" name="myProfileName"
진단
기본 셀룰러 문제에 대한 진단을 실행합니다.
Syntax
diagnose [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
diagnose interface="Cellular"
연결 끊기
모바일 광대역 네트워크에서 연결을 끊습니다.
Syntax
disconnect [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
disconnect interface="Cellular"
dump
구성 스크립트를 표시합니다.
현재 구성이 포함된 스크립트를 만듭니다. 파일에 저장되면 이 스크립트를 사용하여 변경된 구성 설정을 복원할 수 있습니다.
Syntax
dump
help
명령 목록을 표시합니다.
Syntax
help
set
구성 정보를 설정합니다.
사용 가능한 netsh mbn set 명령은 다음과 같습니다.
- acstate
- dataenablement
- dataroamcontrol
- enterpriseapnparams
- highestconncategory
- powerstate
- profileparameter
- slotmapping
- tracing
acstate
지정한 인터페이스의 모바일 광대역 데이터 자동 연결 상태를 설정합니다.
Syntax
set acstate [interface=]<string> [state=]autooff|autoon|manualoff|manualon
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
이름 | 설정할 자동 연결 상태입니다. 다음의 값 중 하나입니다.autooff : 자동 연결 토큰 끄기.autoon : 자동 연결 토큰 켜기.manualoff : 수동 연결 토큰 끄기.manualon : 수동 연결 토큰 켜기. |
Required |
예제
set acstate interface="Cellular" state=autoon
dataenablement
지정한 프로필 세트 및 인터페이스의 모바일 광대역 데이터를 설정하거나 해제합니다.
Syntax
set dataenablement [interface=]<string> [profileset=]internet|mms|all [mode=]yes|no
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
profileset | 프로필 세트의 이름입니다. | Required |
mode | 다음 값 중 하나:yes : 대상 프로필 세트를 활성화합니다.no : 대상 프로필 세트를 비활성화합니다. |
Required |
예제
set dataenablement interface="Cellular" profileset=mms mode=yes
dataroamcontrol
지정한 프로필 세트 및 인터페이스의 모바일 광대역 데이터 로밍 제어 상태를 설정합니다.
Syntax
set dataroamcontrol [interface=]<string> [profileset=]internet|mms|all [state=]none|partner|all
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
profileset | 프로필 세트의 이름입니다. | Required |
mode | 다음 값 중 하나:none : 홈 통신사 전용partner : 홈 및 파트너 통신사 전용.all : 홈, 파트너 및 로밍 통신사 |
Required |
예제
set dataroamcontrol interface="Cellular" profileset=mms mode=partner
enterpriseapnparams
지정한 인터페이스의 모바일 광대역 데이터 enterpriseAPN 매개 변수를 설정합니다.
Syntax
set enterpriseapnparams [interface=]<string> [allowusercontrol=]yes|no|nc [allowuserview=]yes|no|nc [profileaction=]add|delete|modify|nc
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
allowusercontrol | 다음의 값 중 하나입니다.yes : 예: 사용자가 enterpriseAPN을 제어할 수 있습니다.no : 아니오: 사용자가 enterpriseAPN을 제어할 수 없습니다.nc : 변경 없음. |
Required |
allowuserview | 다음의 값 중 하나입니다.yes : 예: 사용자가 enterpriseAPN을 볼 수 있습니다.no : 아니오: 사용자가 enterpriseAPN을 볼 수 없습니다.nc : 변경 없음. |
Required |
profileaction | 다음의 값 중 하나입니다.add : enterpriseAPN 프로필이 추가됩니다.delete : enterpriseAPN 프로필이 삭제됩니다.modify : enterpriseAPN 프로필이 수정됩니다.nc : 변경 없음. |
Required |
예제
set enterpriseapnparams interface="Cellular" profileset=mms mode=yes
highestconncategory
지정한 인터페이스의 모바일 광대역 데이터 최고 연결 범주를 설정합니다.
Syntax
set highestconncategory [interface=]<string> [highestcc=]admim|user|operator|device
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
highestcc | 다음의 값 중 하나입니다.admin : 관리자가 프로비저닝한 프로필입니다.user : 사용자가 프로비전한 프로필입니다.operator : 운영자가 프로비전한 프로필입니다.device : 디바이스가 프로비전한 프로필입니다. |
Required |
예제
set highestconncategory interface="Cellular" highestcc=operator
powerstate
지정된 인터페이스의 모바일 광대역 송수신 장치를 켜거나 끕니다.
Syntax
set powerstate [interface=]<string> [state=]on|off
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
state | 다음의 값 중 하나입니다.on : 송수신 장치의 전원을 켭니다.off : 송수신 장치의 전원을 끕니다. |
Required |
예제
set powerstate interface="Cellular" state=on
profileparameter
모바일 광대역 네트워크 프로필의 매개 변수를 설정합니다.
Syntax
set profileparameter [name=]<string> [[interface=]<string>] [[cost]=default|unrestricted|fixed|variable]
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
이름 | 수정할 프로필의 이름입니다. 인터페이스를 지정하면 해당 인터페이스의 프로필만 수정됩니다. | Required |
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
선택 사항 |
cost | 프로필과 관련된 비용입니다. | 선택 사항 |
설명
인터페이스 이름과 비용 사이에 하나 이상의 매개 변수를 지정해야 합니다.
예제
set profileparameter name="profile 1" cost=default
slotmapping
지정한 인터페이스의 모바일 광대역 모뎀 슬롯 매핑을 설정합니다.
Syntax
set slotmapping [interface=]<string> [slotindex=]<integer>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
slotindex | 설정할 슬롯 인덱스입니다. | Required |
예제
set slotmapping interface="Cellular" slotindex=1
tracing
추적을 사용하거나 사용하지 않도록 설정합니다.
Syntax
set tracing [mode=]yes|no
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
mode | 다음 값 중 하나:yes : 모바일 광대역 추적을 활성화합니다.no : 모바일 광대역 추적을 비활성화합니다. |
Required |
예제
set tracing mode=yes
show
모바일 광대역 네트워크 정보를 표시합니다.
사용 가능한 netsh mbn show 명령은 다음을 보여줍니다.
- acstate
- capability
- connection
- dataenablement
- dataroamcontrol
- dmprofiles
- enterpriseapnparams
- highestconncategory
- homeprovider
- interfaces
- netlteattachinfo
- pin
- pinlist
- preferredproviders
- profiles
- profilestate
- provisionedcontexts
- purpose
- radio
- readyinfo
- signal
- slotmapping
- slotstatus
- smsconfig
- tracing
- visibleproviders
acstate
지정한 인터페이스의 모바일 광대역 데이터 자동 연결 상태를 표시합니다.
Syntax
show acstate [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show acstate interface="Cellular"
capability
지정한 인터페이스의 인터페이스 기능 정보를 표시합니다.
Syntax
show capability [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show capability interface="Cellular"
connection
지정한 인터페이스의 현재 연결 정보를 표시합니다.
Syntax
show connection [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show connection interface="Cellular"
dataenablement
지정한 인터페이스의 모바일 광대역 데이터 사용 상태를 표시합니다.
Syntax
show dataenablement [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show dataenablement interface="Cellular"
dataroamcontrol
지정한 인터페이스의 모바일 광대역 데이터 로밍 제어 상태를 표시합니다.
Syntax
show dataroamcontrol [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show dataroamcontrol interface="Cellular"
dmprofiles
시스템에 구성되어 있는 DM 구성 프로필 목록을 표시합니다.
Syntax
show dmprofiles [[name=]<string>] [[interface=]<string>]
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
이름 | 표시할 프로필의 이름입니다. | 선택 사항 |
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
선택 사항 |
설명
프로필 데이터를 표시하거나 시스템의 프로필을 나열합니다.
프로필 이름을 지정하면, 해당 프로필의 내용이 표시됩니다. 그렇지 않으면 인터페이스에 대한 프로필이 나열됩니다.
인터페이스 이름을 지정하면, 지정한 인터페이스에 대한 해당 프로필만 나열됩니다. 그렇지 않으면, 가장 먼저 일치하는 프로필이 표시됩니다.
예제
show dmprofiles name="profile 1" interface="Cellular"
show dmprofiles name="profile 2"
show dmprofiles
enterpriseapnparams
지정한 인터페이스의 모바일 광대역 데이터 enterpriseAPN 매개 변수를 표시합니다.
Syntax
show enterpriseapnparams [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show enterpriseapnparams interface="Cellular"
highestconncategory
지정한 인터페이스의 모바일 광대역 데이터 최고 연결 범주를 표시합니다.
Syntax
show highestconncategory [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show highestconncategory interface="Cellular"
homeprovider
지정한 인터페이스의 홈 공급자 정보를 표시합니다.
Syntax
show homeprovider [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show homeprovider interface="Cellular"
interfaces
시스템의 모바일 광대역 인터페이스 목록을 표시합니다. 이 명령에는 매개 변수가 없습니다.
Syntax
show interfaces
netlteattachinfo
지정한 인터페이스의 모바일 광대역 네트워크 LTE 연결 정보를 표시합니다.
Syntax
show netlteattachinfo [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show netlteattachinfo interface="Cellular"
pin
지정한 인터페이스의 PIN 정보를 표시합니다.
Syntax
show pin [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show pin interface="Cellular"
pinlist
지정한 인터페이스의 PIN 목록 정보를 표시합니다.
Syntax
show pinlist [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show pinlist interface="Cellular"
preferredproviders
지정한 인터페이스의 기본 공급자 목록을 표시합니다.
Syntax
show preferredproviders [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show preferredproviders interface="Cellular"
profiles
시스템에 구성되어 있는 프로필 목록을 표시합니다.
Syntax
show profiles [[name=]<string>] [[interface=]<string>] [[purpose=]<string>]
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
이름 | 표시할 프로필의 이름입니다. | 선택 사항 |
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
선택 사항 |
purpose | 목적 | 선택 사항 |
설명
프로필 이름을 지정하면, 해당 프로필의 내용이 표시됩니다. 그렇지 않으면 인터페이스에 대한 프로필이 나열됩니다.
인터페이스 이름을 지정하면 지정한 인터페이스의 해당 프로필만 나열됩니다. 그렇지 않으면, 가장 먼저 일치하는 프로필이 표시됩니다.
용도가 제시된 경우, 해당 용도의 GUID와 일치하는 프로필만 표시됩니다. 그렇지 않으면, 프로필이 용도를 기준으로 필터링되지 않습니다. 문자열은 중괄호로 묶인 GUID이거나 internet, supl, mms, ims 또는 allhost라는 문자열 중 하나일 수 있습니다.
예제
show profiles interface="Cellular" purpose="{00000000-0000-0000-0000-000000000000}"
show profiles name="profile 1" interface="Cellular"
show profiles name="profile 2"
show profiles
profilestate
지정한 인터페이스의 모바일 광대역 프로필 상태를 표시합니다.
Syntax
show profilestate [interface=]<string> [name=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
이름 | 프로필 이름입니다. 표시할 상태가 있는 프로필의 이름. | Required |
예제
show profilestate interface="Cellular" name="myProfileName"
provisionedcontexts
지정한 인터페이스의 프로비저닝된 컨텍스트 정보를 표시합니다.
Syntax
show provisionedcontexts [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show provisionedcontexts interface="Cellular"
purpose
디바이스의 프로필을 필터링하는 데 사용할 수 있는 용도 그룹 GUID를 표시합니다. 이 명령에는 매개 변수가 없습니다.
Syntax
show purpose
radio
지정한 인터페이스의 송수신 장치 상태 정보를 표시합니다.
Syntax
show radio [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show radio interface="Cellular"
readyinfo
지정한 인터페이스의 준비 상태 정보를 표시합니다.
Syntax
show readyinfo [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show readyinfo interface="Cellular"
신호
지정한 인터페이스의 신호 정보를 표시합니다.
Syntax
show signal [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show signal interface="Cellular"
slotmapping
지정한 인터페이스의 모바일 광대역 모뎀 슬롯 매핑을 표시합니다.
Syntax
show slotmapping [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show slotmapping interface="Cellular"
slotstatus
지정한 인터페이스의 모바일 광대역 모뎀 슬롯 상태를 표시합니다.
Syntax
show slotstatus [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show slotstatus interface="Cellular"
smsconfig
지정한 인터페이스의 SMS 구성 정보를 표시합니다.
Syntax
show smsconfig [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show smsconfig interface="Cellular"
tracing
모바일 광대역 추적 기능의 사용 여부를 표시합니다.
Syntax
show tracing
visibleproviders
지정한 인터페이스의 표시 공급자 목록을 표시합니다.
Syntax
show visibleproviders [interface=]<string>
매개 변수
매개 변수 | 설명 | 요구 사항 |
---|---|---|
interface | 인터페이스 이름입니다. netsh mbn show interfaces 명령으로 표시되는 인터페이스 이름 중 하나. |
Required |
예제
show visibleproviders interface="Cellular"
test
로그를 수집하면서 특정 기능 영역에 대한 테스트를 실행합니다.
Syntax
test [feature=<feature area>] [testPath=<path>] [taefPath=<path>] [param=<test input params>]
매개 변수
태그 | 값 | 선택 사항 여부 |
---|---|---|
기능 | 다음 설명 섹션에 나열된 지원되는 기능 영역 중 하나의 기능 영역 | Required |
testpath | 테스트 바이너리를 포함하는 경로 | HLK 서버가 설치된 경우 선택 사항 |
taefpath | TAEF 바이너리를 포함하는 경로 | HLK 서버가 설치된 경우 선택 사항 |
param | 쉼표로 구분된 매개 변수, 테스트에 사용 | 특정 기능 영역에는 필수, 다른 영역에는 선택 사항 |
설명
지원되는 기능 영역은 다음과 같습니다.
- 연결
- power
- radio
- esim
- SMS
- dssa
- lte
- bringup
일부 테스트는 param
필드에 대한 매개 변수를 더 제공해주셔야 합니다.
기능에 필요한 매개 변수는 다음과 같습니다:
- connectivity: AccessString, UserName (해당하는 경우), Password (해당하는 경우)
- 라디오: AccessString, UserName (해당하는 경우), Password (해당하는 경우)
- esim: ActivationCode
- bringup: AccessString, UserName (해당하는 경우), Password (해당하는 경우)
예제
test feature=connectivity param="AccessString=internet"
test feature=lte testpath="C:\\data\\test\\bin" taefpath="C:\\data\\test\\bin"
test feature=lte