首页 > 技术文章 > simulate UE activity

iamgoodman 2014-06-16 15:34 原文

 

can:

1,connect, disconnect

2,configure serial,nic,com,model,version,IMEI,IMSI,IP

3,various AT command,reply delay and contents.


 

step1, read  *.ini  ...done

step2,callback for uemgt ...done

step3, simple udp communication...

 QUdpSocket Class Reference 

step4,GUI...done

step5,config AT cmd . .. done.

step6,continue implemetation and completation...

 


 qt : cancel default line number 

 

    QHeaderView* headerv = this->verticalHeader();
    QHeaderView* headerh = this->horizontalHeader();
    headerv->setHidden(true);
    headerh->setHidden(true);

  

 

 

 


note:

Uppercase host name 

Lowercase password 

 customize centos:

Applications   except2

Base System  2 3 6 7 10 12 13 16-23  

Destop except"KDE"

Development "ALL"

HighAvailability "NONE"

LoadBalancy "Yes"

Rasilient "No"

Server 2 4-8 11 12

       Infrastructure  first2 and last2 is needed ,

Management "NONE"

Visualization "No"

WebService except2

 



vi format codes,

 

1:输入 :1 跳到第一行
2:按下 =
3:输入 Shilt + G

 

 

 

 

 

 怎么说呢,不能算经验吧,是教训

昨天和前天陷入串口读写里去了,今天中午请教了同事原来根本不用。

实现有很多种方法,用你最熟悉的那种吧!!

 

 

 


 

 

 3GPP TS 27.007 

AT command set for User Equipment (UE)

 

Standardized basic commands are found only in ITU‑T Recommendation V.250 [14]. GSM/UMTS commands use syntax rules of extended commands. Every extended command has a test command (trailing =?) to test the existence of the command and to give information about the type of its subparameters. Parameter type commands also have a read command (trailing ?) to check the current values of subparameters. Action type commands do not store the values of any of their possible subparameters, and therefore do not have a read command.

 

 

 

 UE开机后,]

在一个小区中读取系统消息,监听寻呼信息,处于Idle状态。  

 

 附着的作用是在路由区注册,注册不成功有以下几种情况;
1):NO SUITABLE LA OR LA NOT ALLOWED
2):PLMN NOT ALLOWED
3):ROMING NOT ALLOWED
附着成功后就不用再附着
开机后需要做的工作有
搜索PLMN
搜索可以住留的小区
确定网络的操作模式(GPRS附着,IMSI附着,联合附着)
在用户进行数据业务的注册时,根据用户对业务的不同要求,可以使用不同的QoS 以及
相应的PDP 上下文,以及APN 等等。HLR 的信息在通信过程中通过和SGSN 以及GGSN 的
信息交互进行信息的更新

 

 

推荐阅读