From 1771044c9993a518b6e813dfc0a849e1120c7711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=B7=E4=B8=B0?= Date: Sat, 14 Aug 2021 09:29:29 +0000 Subject: [PATCH] =?UTF-8?q?!311=20=E7=94=B5=E8=AF=9D=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=AD=90=E7=B3=BB=E7=BB=9F=E5=88=9B=E5=BB=BAsig-telephony?= =?UTF-8?q?=E7=BB=84=E7=BB=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/sig-telephony/OWNERS | 34 +++++++++++++++++ sig/sig-telephony/sig_telephony.md | 54 ++++++++++++++++++++++++++ sig/sig-telephony/sig_telephony_cn.md | 55 +++++++++++++++++++++++++++ 3 files changed, 143 insertions(+) create mode 100644 sig/sig-telephony/OWNERS create mode 100644 sig/sig-telephony/sig_telephony.md create mode 100644 sig/sig-telephony/sig_telephony_cn.md diff --git a/sig/sig-telephony/OWNERS b/sig/sig-telephony/OWNERS new file mode 100644 index 0000000..3034388 --- /dev/null +++ b/sig/sig-telephony/OWNERS @@ -0,0 +1,34 @@ +{ + "Leader":[ + { + "gitee_id":"zhang-hai-feng", + "gitee_email":"zhanghaifeng11@huawei.com" + } + ], + "Committers":[ + { + "gitee_id":"zhang-hai-feng", + "gitee_email":"zhanghaifeng11@huawei.com" + }, + { + "gitee_id":"jyh926", + "gitee_email":"jiayanhong@huawei.com" + }, + { + "gitee_id":"clevercong", + "gitee_email":"lichunlin2@huawei.com" + }, + { + "gitee_id":"ohos-lsw", + "gitee_email":"lishiwei6@huawei.com" + }, + { + "gitee_id":"xautosoft", + "gitee_email":"zhuwenchao@huawei.com" + }, + { + "gitee_id":"hwlitao", + "gitee_email":"litao25@huawei.com" + } + ] +} diff --git a/sig/sig-telephony/sig_telephony.md b/sig/sig-telephony/sig_telephony.md new file mode 100644 index 0000000..59a5729 --- /dev/null +++ b/sig/sig-telephony/sig_telephony.md @@ -0,0 +1,54 @@ +# SIG-Telephony +English | [简体中文](./sig_telephony_cn.md) + +Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md). + +## SIG group work objectives and scope + +### work goals +- Provide basic communication capabilities of cellular mobile networks such as SIM card, network search, cellular data, cellular call and short MMS, manage multi-type call and data network connection, and provide convenient and consistent communication API for application developers. + +### work scope +- Telephony core service: initializes the RIL Manager, SIM card module, and network search module. +- Call Manager module: manages three types of calls – circuit switched (CS), IP multimedia subsystem (IMS), and over the top (OTT) calls. It is responsible for applying for the audio and video resources required for a call and resolving conflicts in a multi-channel call. +- Cellular call module: implements basic calls over carrier networks. +- SMS & MMS module: provides the capabilities of sending and receiving short message service (SMS) messages and encoding and decoding multimedia messaging service (MMS) messages. +- State registry module: provides APIs to register and deregister an observer that listens for various callback events of the telephony subsystem. + +### The repository +- project name: + - core_service:https://gitee.com/openharmony/telephony_core_service + - cellular_call:https://gitee.com/openharmony/telephony_cellular_call + - call_manage:https://gitee.com/openharmony/telephony_call_manager + - state_registry:https://gitee.com/openharmony/telephony_state_registry + - sms_mms:https://gitee.com/openharmony/telephony_sms_mms + - ril_adapter:https://gitee.com/openharmony/telephony_ril_adapter + - cellular_data:https://gitee.com/openharmony/telephony_cellular_data + - data_storage:https://gitee.com/openharmony/telephony_data_storage + - netmanager_standard:https://gitee.com/openharmony/communication_netmanager_standard + +## SIG Members + +### Leader +- @zhang-hai-feng (https://gitee.com/zhang-hai-feng) + +### Committers +- @zhang-hai-feng (https://gitee.com/zhang-hai-feng) +- @jyh926 (https://gitee.com/jyh926) +- @clevercong (https://gitee.com/clevercong) +- @ohos-lsw (https://gitee.com/ohos-lsw) +- @xautosoft (https://gitee.com/xautosoft) +- @hwlitao (https://gitee.com/hwlitao) + +### Meetings + - Meeting time:Biweekly regular meeting 16:00-17:00 on Thursday afternoon + - Meeting application: [SIG-Telephony Meeting Proposal](https://shimo.im/sheets/wgwGRwc9KCYH6Txv/MODOC) + - Meeting link: Welink Meeting or Others + - Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link + - Meeting-Minutes: [Archive link address](https://gitee.com/openharmony-sig/sig-content) + +### Contact (optional) + +- Mailing list:dev@openharmony.io +- Slack group:https://zulip.openharmony.cn/ +- Wechat group:NA diff --git a/sig/sig-telephony/sig_telephony_cn.md b/sig/sig-telephony/sig_telephony_cn.md new file mode 100644 index 0000000..1e51fd7 --- /dev/null +++ b/sig/sig-telephony/sig_telephony_cn.md @@ -0,0 +1,55 @@ +# SIG-Telephony +简体中文 | [English](./sig_telephony.md) + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 + +## SIG组工作目标和范围 + +### 工作目标 +- 提供SIM卡、搜网、蜂窝数据、蜂窝通话、短彩信等蜂窝移动网络基础通信能力,可管理多类型通话和数据网络连接,为应用开发者提供便捷一致的通信API。 + +### 工作范围 +- 核心服务模块:主要功能是初始化RIL管理、SIM卡和搜网模块。 +- 通话管理模块:主要功能是管理CS(Circuit Switch,电路交换)、IMS(IP Multimedia Subsystem,IP多媒体子系统)和OTT(over the top,OTT解决方案)三种类型的通话,申请通话所需要 +- 的音视频资源,处理多路通话时产生的各种冲突。 +- 蜂窝通话模块:主要功能是实现基于运营商网络的基础通话。 +- 短彩信模块:主要功能是短信收发和彩信编解码。 +- 状态注册模块:主要功能是提供电话服务子系统各种消息事件的订阅以及取消订阅的API。 + +## 代码仓 +- 代码仓地址: + - 核心服务:https://gitee.com/openharmony/telephony_core_service + - 蜂窝通话:https://gitee.com/openharmony/telephony_cellular_call + - 通话管理:https://gitee.com/openharmony/telephony_call_manager + - 注册服务:https://gitee.com/openharmony/telephony_state_registry + - 短彩信:https://gitee.com/openharmony/telephony_sms_mms + - riladapter:https://gitee.com/openharmony/telephony_ril_adapter + - 数据业务:https://gitee.com/openharmony/telephony_cellular_data + - 数据存储:https://gitee.com/openharmony/telephony_data_storage + - 网络管理:https://gitee.com/openharmony/communication_netmanager_standard + +## SIG组成员 + +### Leader +- @zhang-hai-feng (https://gitee.com/zhang-hai-feng) + +### Committers列表 +- @zhang-hai-feng (https://gitee.com/zhang-hai-feng) +- @jyh926 (https://gitee.com/jyh926) +- @clevercong (https://gitee.com/clevercong) +- @ohos-lsw (https://gitee.com/ohos-lsw) +- @xautosoft (https://gitee.com/xautosoft) +- @hwlitao (https://gitee.com/hwlitao) + +### 会议 + - 会议时间:双周例会 周四下午16:00-17:00 + - 会议申报:[SIG-Telephony Meeting Proposal](https://shimo.im/sheets/wgwGRwc9KCYH6Txv/MODOC) + - 会议链接: Welink或其他会议 + - 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接 + - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content) + +### 联系方式(可选) + +- 邮件列表:dev@openharmony.io +- Slack群组:https://zulip.openharmony.cn/ +- 微信群:NA -- GitLab