Installation Manual

GCT LTE Module Software Development Guide
Aquila Confidential
Version V2.2
Page17of27
7.1.2
AT%GPDNTYPE
Descriptions:
Set command registers PDN type of each CID
Read command returns the current set PDN type
Parameter definition:
<cid> integer,
1 ~ 8 : context ID.
<type> integer,
1 - IMS PDN
2 – ADMINISTRATION PDN
3 – INTERNET PDN
4 – APPLICATION PDN
5 – EMERGENCY PDN
Example:
AT%GPDNTYPE =1, 3
OK
AT%GPDNTYPE =2, 2
OK
AT% GPDNTYPE?
%GPDNTYPE: 1,3
%GPDNTYPE: 2,2
%GPDNTYPE: 3,0
%GPDNTYPE: 4,0
%GPDNTYPE: 5,0
%GPDNTYPE: 6,0
%GPDNTYPE: 7,0
%GPDNTYPE: 8,0
OK