simulate UE activity
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.
附着的作用是在路由区注册,注册不成功有以下几种情况;
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的更多相关文章
- 支持https的压力测试工具
支持https的压力测试工具 测试了linux下的几种压力测试工具,发现有些不支持https,先简单总结如下: 一.apache的ab工具 /home/webadm/bin/ab -c 50 -n 1 ...
- fio2.1.10--HOWTO
1.0 Overview and history ------------------------ fio was originally written to save me the hassl ...
- django 定时脚本
python 第三方定时执行 from datetime import datetime import time import os from apscheduler.schedulers.backg ...
- python调度框架APScheduler使用详解
# coding=utf-8 """ Demonstrates how to use the background scheduler to schedule a job ...
- django定时任务python调度框架APScheduler使用详解
# coding=utf-8 2 """ 3 Demonstrates how to use the background scheduler to schedule a ...
- 设计模式-Java版-全-附代码-超生动实例
阅读推荐:设计模式-简单篇 项目地址:https://gitee.com/zwtgit/gof23 学习网站推荐: https://refactoringguru.cn/design-patterns ...
- 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 ...
- Driving the Activity Lifecycle
Before Robolectric 2.2, most tests created Activities by calling constructors directly, (new MyActiv ...
- Android设置Activity背景为透明style
方法一: 通过Theme.Translucent @android:style/Theme.Translucent @android:style/Theme.Translucent.NoTitleBa ...
随机推荐
- HBase批量插入的简单代码
由于项目需要从HBase里读取数据,进行MapReduce之后输出到HDFS中. 为了测试方便,我这里写了一个批量插入HBase数据的测试代码.采用的Maven工程. 打算,今后的所有用到的小测试例子 ...
- Storm+kafka的HelloWorld初体验
从16年4月5号开始学习kafka,后来由于项目需要又涉及到了storm. 经过几天的扫盲,到今天16年4月13日,磕磕碰碰的总算是写了一个kafka+storm的HelloWorld的例子. 为了达 ...
- [原创]升级SOUI WKE以支持_blank
由于WKE的精简模式,导致原有的SOUI不支持针对诸多内容的调用,此处针对WKE的部分内容做升级,以支持对应的功能. 目的:使WKE可以_blank弹出新窗口. 由国人 海绵宝宝维护的WKE新分支:h ...
- 1083 Moving Tables
题目链接:http://poj.org/problem?id=1083 题意: 走廊两边分别有200个房间,一边连续编号为1-399的奇数,另一边是2-400的偶数, 如果从房间 i 移动桌子到房间 ...
- beecloud resrful api test(nodejs)
直接上代码 /** * Created by wyh on 2015/10/8. * 参数说明:https://beecloud.cn/doc/ */ var https = require('htt ...
- ubuntu虚拟机安装简单pxe服务器
安装环境: vmware2台虚拟机,一台用来做pxe服务器(安装tftp.dhcp.apache2等服务),另一台用来做安装测试. 虚拟机的网络配置:dhcp的虚拟网络为192.168.10.100/ ...
- CodeForces 342A Xenia and Divisors (水题)
题意:给定 n 个数(小于等于7),让你把它分成 m 组,每组有三个数,且满足,a < b < c,并且 a 能整除 b,b 能整除 c. 析:对于这个题,因为题目说了是不大于7的,那么一 ...
- CodeForces 681C Heap Operations (模拟题,优先队列)
题意:给定 n 个按顺序的命令,但是可能有的命令不全,让你补全所有的命令,并且要求让总数最少. 析:没什么好说的,直接用优先队列模拟就行,insert,直接放入就行了,removeMin,就得判断一下 ...
- 编写高质量代码改善C#程序的157个建议——建议105:使用私有构造函数强化单例
建议105:使用私有构造函数强化单例 单例指一个类型只生成一个实例对象.单例的一个简单实现如下所示: static void Main(string[] args) { Singleton.Insta ...
- TCP三次握手与防火墙规则
一个(tct)socket连接需要在客户端与服务端开启一个隧道,客户端提供一个端口(new时可指定,也可不指定,随机),服务端的端口和地址一定要指定.在win下,服务端创建监听端口时,防火墙会提示阻止 ...