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 ...
随机推荐
- 使用python把图片存入数据库-乾颐堂
一般情况下我们是把图片存储在文件系统中,而只在数据库中存储文件路径的,但是有时候也会有特殊的需求:把图片二进制存入数据库. 今天我们采用的是python+mysql的方式 MYSQL 是支持把图片存入 ...
- JSTL详解实例
JSTL标签库的使用是为类弥补html表的不足,规范自定义标签的使用而诞生的.在告别modle1模式开发应用程序后,人们开始注重软件的分层设计,不希望在jsp页面中出现java逻辑代码,同时也由于自定 ...
- windows 安装 mysql5.7.17
下载mysql 进入官网:https://www.mysql.com/ 单击[Downloads]选项卡 最下面有个[ MySQL Community Edition (GPL)],单击[Commu ...
- linux常用Java程序员使用命令(二)
出品人:北极的大企鹅 1. pwd 显示当前路径 2. cd 切换目录 . .. ~ 例如: cd /root 3. ls 显示文件(夹) -l 显示详细信息 -a 显示全部,包括隐藏文件(夹)(这个 ...
- 自己(转)JAVA中toString方法的作用
JAVA中toString方法的作用 因为它是Object里面已经有了的方法,而所有类都是继承Object,所以“所有对象都有这个方法”. 它通常只是为了方便输出,比如System.out.print ...
- ZookeeperGettingStarted
reference url: http://zookeeper.apache.org/doc/trunk/zookeeperStarted.html#sc_FileManagement ZooKee ...
- 多线程的那点儿事(之windows锁)
在windows系统中,系统本身为我们提供了很多锁.通过这些锁的使用,一方面可以加强我们对锁的认识,另外一方面可以提高代码的性能和健壮性.常用的锁以下四种:临界区,互斥量,信号量,event. (1) ...
- Android Studio3.2新建项目gradle read time out
试验了好几个小时,看了很多方法,都不管用,运用一下设置好了,记录一下 1. 2.在项目的build.gradle中添加 mavenCentral()maven { url 'https://maven ...
- window.onload与$(document).ready()的对比
一.window.onload:(1)必须等待网页中所有的内容加载完毕后(包括图片)才能执行:(2)不能同时编写多个,如: window.onload = function(){ alert(&quo ...
- 模拟RHCSA考试环境
转载自 http://blog.51cto.com/10681635/2084794 模拟RHCSA考试环境 第1章 修改 root 密码 第2章 配置网络 第3章 设定SeLinux 第4章 ...