温婉台灯

文章
5
资源
1
加入时间
2年10月17天

fcntl()功能 详解

fcntl()函数可以改变已打开文件的性质 <pre lang="c" escaped="true"> #include <unistd.h> #include <fcntl.h> int fcntl(int fd , int cmd); int fcntl(int fd, int cmd, long arg); int fcntl(int fd, ...

NB-IoT学习笔记 ——PSM

Let it go! 有时候,问题本身就是答案。1. PSM是什么PSM:power saving mode,NB-IoT中的一种省电技术。 2. UE如何激活PSM?(1)UE在attach或者TAU流程中携带激活PSM请求。注:以下几种情况不能携带激活PSM请求:因紧急服务而发起的attachan attach procedure for initiating a ...