简体   繁体   English

在AOSP中,管理移动切换的代码在哪里?

[英]In AOSP, where is the code that manages mobile handovers?

I'm working with AOSP in the context of quality measurements. 我正在与AOSP一起进行质量测量。 Right now, I've spent a full day digging and searching where Android manages its mobile connections. 现在,我已经花了一整天的时间来挖掘和搜索Android管理其移动连接的位置。 Unfortunately with no success... 不幸的是没有成功...

Can someone point me which class or code section AOSP manages its mobile (GSM, UMTS, LTE) handovers? 有人可以指出我哪个类或代码部分的AOSP管理其移动(GSM,UMTS,LTE)切换吗?

Thanks in advance. 提前致谢。

Mobile handovers are handled between the mobile networks and the protocol stack in the Android device. 移动切换是在移动网络和Android设备中的协议栈之间处理的。 This is all done at a lower level than the Android operating system. 这一切都比Android操作系统的级别低。

Handover is specified by 3GPP in several GSM/UMTS/LTE specs, found here. 3GPP在一些GSM / UMTS / LTE规范中指定了移交,请参见此处。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM