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 ...
随机推荐
- Django调试工具django-debug-toolbar安装使用教程
在网站开发中难免要调试页面,而使用django开发站点时,可以使用django-debug-toolbar来进行调试,安装这个插件很有用,我一开始是为了查看某个页面中所有的context变量值,当然你 ...
- select下拉列表
1.写 <!DOCTYPE html> <html> <head> <title></title> <script language= ...
- 一个新手后端需要了解的前端核心知识点之position(一)
以下内容是基于观看慕课网视频教程总结的知识点,边打代码边总结,符合自己的思维习惯.不是针对新手入门 我做程序的初衷是想做一个网站出来.HTML语言当然重要啊,缺什么就百度什么,很浪费时间,还是好好的打 ...
- 实践作业3:白盒测试----了解JunitDAY9.
我觉得整个白盒测试过程中,最大的难点就是学习Junit和使用它进行测试.我们组安排了两个同学一起完成这部分工作.因为这个工具之前从来没有接触过,因此需要从头开始自学.找到好的教程其实可以事半功倍,我找 ...
- /var/run/yum.pid被锁定
当执行yum update时出现: /var/run/yum.pid已被锁定,PID为1610的另一个程序正在运行. 另外一个程序锁定了yum:等待它退出...... 解决办法 rm -f /var/ ...
- Spring框架总结(九)
三.AOP编程 关注点代码:除了业务代码以外的代码.比如开启事务,关闭事务,异常处理核心业务代码:保存用户这一句才是重点.例子如下:// 保存一个用户public void add(User user ...
- ASP.NET JSON数据转实体类方式
实体类 public class FlieList { public string file_unid { get; set; } public string file_name { get; set ...
- JavaEE互联网轻量级框架整合开发(书籍)阅读笔记(9):通过XML装配Bean
一.通过XML装配Bean 装配简易值 装配集合 命名空间装配(暂不测试) 二.测试例子 创建一个用户类:UserBean.java package com.xfwl.spring.assem; /* ...
- Java多线程设计模式(四)
目录(?)[-] Future Pattern Two-Phase Termination Pattern Thread-Specific Storage Pattern Active Object ...
- Centos7 因内存 可用大小不足,被killed的解决办法
Linux的内存分配采取的是一种更加积极的分配策略,它假设应用申请了内存空间后并不会立即去使用它,所以允许一定量的超售,当应用真的需要使用它的时候,操作系统可能已经通过回收了其他应用的内存空间而变得有 ...