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. JDBC 连接 MySQL 时碰到的小坑

    最近从MS SQL Server换到了MySQL,已经是8.11版本了,安装的时候似乎还用了新的身份认证方式之类的,连接过程中也是磕磕绊绊,碰到很多奇奇怪怪的问题,在此记录下来. 驱动加载: 以前使用 ...

  2. css实现二级菜单显示和收缩

    <ul class="nav"> <li><a href="#">一级菜单</a> <ul class=& ...

  3. python 数据合并

    1. 数据合并 前言 一.横向合并 1. 基本合并语句 2. 键值名不一样的合并 3. “两个数据列名字重复了”的合并 二.纵向堆叠 统计师的Python日记[第6天:数据合并] 前言 根据我的Pyt ...

  4. HDU 5792 World is Exploding (离散化+树状数组)

    题意:给定 n 个数,让你数出 a < b && c < d && a != b != c != d  && Aa < Ab & ...

  5. soapUI的bug切换版本解决

    目录 文章背景 目录 运行环境及出现的问题 问题解决 说明 参考文章 版本记录 文章背景 为公司编写了一个webservice,本地测试时候是没有问题的,发布到现场之后,访问出现异常,通过切换soap ...

  6. Utimate Visual 2013 突然间无法新建项目工程解决

    问题: 我用的Win7 安装的VS2013,这一段时间用的好好的,突然间新建工程师向导页面跳转不过去... 解决: 参考:http://stackoverflow.com/questions/1225 ...

  7. Linux RPM学习笔记

    RPM(RedHat Package Manager) rp-pppoe-3.1-5.i386.rpm软件名称-版本号-编译次数-适合的硬件平台.扩展名 xxx-devel.rpm开发使用 xxx.n ...

  8. C,C++面试题2

    面试题1:变量的声明和定义有什么区别为变量分配地址和存储空间的称为定义,不分配地址的称为声明.一个变量可以在多个地方声明,但是只在一个地方定义.加入extern修饰的是变量的声明,说明此变量将在文件以 ...

  9. Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'

    环境:linux,mysql5.5.21 错误:Host is blocked because of many connection errors; unblock with 'mysqladmin ...

  10. C#Zxing.net生成条形码和二维码

    下载Zxing.net官网:https://archive.codeplex.com/?p=zxingnet 或者去VS程序包下载 封装好的代码: using System; using System ...