This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:lte [2017/11/20 14:30] 1.241.172.144 [User space] |
wiki:lte [2017/11/20 14:32] (current) 1.241.172.144 [User space] |
||
---|---|---|---|
Line 184: | Line 184: | ||
to the one done by the GobiNet driver when it detects a new modem, but triggered in user-space instead of in | to the one done by the GobiNet driver when it detects a new modem, but triggered in user-space instead of in | ||
the kernel. Being optional, the program can decide to fully skip doing it if it knows that the device is already | the kernel. Being optional, the program can decide to fully skip doing it if it knows that the device is already | ||
- | initialized. | + | initialized.\\ |
+ | QMI 제어를 위해 /dev/cdc-wdmX 문자 장치를 사용하려는 프로그램은 장치의 여는 순서 중에 '버전 확인'을 실행하도록 지정할 수 있습니다. 이 검사는 모뎀이 올바른 응답으로 응답 할 때까지 CTL Version Info 요청을 주기적으로 전송합니다. 따라서 새 모뎀을 발견했지만 GobiNet 드라이버에서 수행 한 것과 동등하지만, 커널 대신에 사용자 공간에서 트리거됩니다. 선택사항인 경우, 프로그램은 장치가 이미 초기화되었다는 것을 알고 있으면 이를 건너 뛸 수 있습니다. | ||
The steps that libqmi will perform while opening the QMI control port are specified in a bitmask of flags, and | The steps that libqmi will perform while opening the QMI control port are specified in a bitmask of flags, and | ||
these also may include configuring the format of network packets to be transferred through the data network | these also may include configuring the format of network packets to be transferred through the data network | ||
- | interface. | + | interface.\\ |
+ | QMI 제어 포트를 여는 동안 libqmi가 수행하는 단계는 플래그의 비트 마스크에 지정되며 데이터 네트워크 인터페이스를 통해 전송할 네트워크 패킷의 형식을 구성하는 것도 포함될 수 있습니다. | ||
==Client allocation and releasing== | ==Client allocation and releasing== |