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 andcompletation...


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 的
信息交互进行信息的更新

simulate UE activity的更多相关文章

  1. 支持https的压力测试工具

    支持https的压力测试工具 测试了linux下的几种压力测试工具,发现有些不支持https,先简单总结如下: 一.apache的ab工具 /home/webadm/bin/ab -c 50 -n 1 ...

  2. fio2.1.10--HOWTO

    1.0 Overview and history    ------------------------ fio was originally written to save me the hassl ...

  3. django 定时脚本

    python 第三方定时执行 from datetime import datetime import time import os from apscheduler.schedulers.backg ...

  4. python调度框架APScheduler使用详解

    # coding=utf-8 """ Demonstrates how to use the background scheduler to schedule a job ...

  5. django定时任务python调度框架APScheduler使用详解

    # coding=utf-8 2 """ 3 Demonstrates how to use the background scheduler to schedule a ...

  6. 设计模式-Java版-全-附代码-超生动实例

    阅读推荐:设计模式-简单篇 项目地址:https://gitee.com/zwtgit/gof23 学习网站推荐: https://refactoringguru.cn/design-patterns ...

  7. How to use the SQLIOSim utility to simulate SQL Server activity on a disk subsystem

    SQLIOSim是模拟SQLServer的行为来测试IO性能,也可以对损坏磁盘进行一定校验 这是一个SQL Server 2012 安装完后自带的工具 一般在C:\Program Files\Micr ...

  8. Driving the Activity Lifecycle

    Before Robolectric 2.2, most tests created Activities by calling constructors directly, (new MyActiv ...

  9. Android设置Activity背景为透明style

    方法一: 通过Theme.Translucent @android:style/Theme.Translucent @android:style/Theme.Translucent.NoTitleBa ...

随机推荐

  1. idea hibernate jpa 生成实体类

    0,添加mysql数据库连接 1,生成个hibernate.cfg.xml 2,打开Persisitence 3,Import Databases Schema 4,选择表生成实体类

  2. Ubuntu14.04-LTS 从系统安装到配置可用

    1.安装Ubuntu14.04LTS-64bit 使用U盘安装很方便快捷,可以使用老毛桃使用iso模式制作一个U盘启动盘,然后分区安装. 如果使用硬盘安装的话需要注意的问题是: 如果电脑上以前有Lin ...

  3. 设计模式3---工厂模式(Factory Pattern简单工厂、工厂方法、抽象工厂)

    工厂模式:主要用来实例化有共同接口的类,工厂模式可以动态决定应该实例化那一个类.工厂模式的形态工厂模式主要用一下几种形态:1:简单工厂(Simple Factory).2:工厂方法(Factory M ...

  4. 减少C盘空间占用的技巧

    1.搜索C盘中大小大于某个值的文件:C:\Windows\SoftwareDistribution这个文件夹下很多大文件 2.搜索*.log文件 3.C:\Users\Guangshan\AppDat ...

  5. HDU 1496

    题目出处:HDU OJ 1496 http://acm.hdu.edu.cn/showproblem.php?pid=1496 为了练习Hash,特定采用了杭电自带的分类列表http://acm.hd ...

  6. 数据库_mysql多表操作

    多表操作        实际开发中,一个项目通常需要很多张表才能完成.例如:一个商城项目就需要分类表(category).商品表(products).订单表(orders)等多张表.且这些表的数据之间 ...

  7. [Perl][文件操作]判断文件是否为符号链接(Unicode路径)

    Win32API::File 判断文件/文件夹是否为符号链接 Win32::Unicode 好像无法做这方面的判断,只能判断是否为目录.文件.文件是否存在. Win32API::File 则支持 Ge ...

  8. Mysql数据类型《一》整数类型

    数值类型 1. 整数类型 整数类型:TINYINT SMALLINT MEDIUMINT INT BIGINT 作用:存储年龄,等级,id,各种号码等 ======================== ...

  9. less配置

    一.sublime text需要下载考拉,然后要 一直打开着: 1.编译工具用koala编译 下载地址:http://koala-app.com/index-zh.html 2.LESS中的注释: 可 ...

  10. AOP之 Filter实用

    前言 开心一笑~~~ 一个年轻的程序员和一个项目经理登上了一列在山里行驶的火车,他们发现列车上几乎都坐满了,只有两个在一起的空位,这个空位的对面是一个老奶奶和一个年轻漂亮的姑娘.两个上前坐了下来.程序 ...