# external_ril **Repository Path**: open-vela/external_ril ## Basic Information - **Project Name**: external_ril - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 2 - **Created**: 2024-11-29 - **Last Updated**: 2026-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ril 说明文档 [[English](./README.md)|简体中文] ## **概述** RIL(Radio Interface Layer)是一种用于 VELA 平台的架构组件,RIL 由 RILD、LIBRIL 和 REFERENCE-RIL 构成一个完整的无线通信架构,它作为 VELA 系统与基带之间的中介层,使操作系统能够与无线通信硬件进行交互。  ## **项目目录** ```tree ├── include │ └── telephony │ ├── ril.h │ └── ril_log.h ├── libril │ ├── parcel.cpp │ ├── parcel.h │ ├── ril_commands.h │ ├── ril.cpp │ ├── ril_cus_commands.h │ ├── ril_event.cpp │ ├── ril_event.h │ ├── ril_ims_commands.h │ ├── ril_second_commands.h │ └── ril_unsol_commands.h ├── reference-ril │ ├── at_call.c │ ├── at_call.h │ ├── atchannel.c │ ├── atchannel.h │ ├── at_data.c │ ├── at_data.h │ ├── at_modem.c │ ├── at_modem.h │ ├── at_network.c │ ├── at_network.h │ ├── at_ril.c │ ├── at_ril.h │ ├── at_sim.c │ ├── at_sim.h │ ├── at_sms.c │ ├── at_sms.h │ ├── at_tok.c │ └── at_tok.h ├── rild │ └── rild.c ├── README.md └── README_zh-cn.md ``` ## **模块介绍** | 模块 | 文件 | 说明 | | :------ | :------- | :--------- | | Rild | rild.c |