!311 电话服务子系统创建sig-telephony组织

This commit is contained in:
张海丰 2021-08-14 09:29:29 +00:00 committed by jinguang
parent e5b3de4c09
commit 1771044c99
3 changed files with 143 additions and 0 deletions

34
sig/sig-telephony/OWNERS Normal file
View File

@ -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"
}
]
}

View File

@ -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_servicehttps://gitee.com/openharmony/telephony_core_service
- cellular_callhttps://gitee.com/openharmony/telephony_cellular_call
- call_managehttps://gitee.com/openharmony/telephony_call_manager
- state_registryhttps://gitee.com/openharmony/telephony_state_registry
- sms_mmshttps://gitee.com/openharmony/telephony_sms_mms
- ril_adapterhttps://gitee.com/openharmony/telephony_ril_adapter
- cellular_datahttps://gitee.com/openharmony/telephony_cellular_data
- data_storagehttps://gitee.com/openharmony/telephony_data_storage
- netmanager_standardhttps://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 timeBiweekly 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 listdev@openharmony.io
- Slack grouphttps://zulip.openharmony.cn/
- Wechat groupNA

View File

@ -0,0 +1,55 @@
# SIG-Telephony
简体中文 | [English](./sig_telephony.md)
说明本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。
## SIG组工作目标和范围
### 工作目标
- 提供SIM卡、搜网、蜂窝数据、蜂窝通话、短彩信等蜂窝移动网络基础通信能力可管理多类型通话和数据网络连接为应用开发者提供便捷一致的通信API。
### 工作范围
- 核心服务模块主要功能是初始化RIL管理、SIM卡和搜网模块。
- 通话管理模块主要功能是管理CSCircuit Switch电路交换、IMSIP Multimedia SubsystemIP多媒体子系统和OTTover the topOTT解决方案三种类型的通话申请通话所需要
- 的音视频资源,处理多路通话时产生的各种冲突。
- 蜂窝通话模块:主要功能是实现基于运营商网络的基础通话。
- 短彩信模块:主要功能是短信收发和彩信编解码。
- 状态注册模块主要功能是提供电话服务子系统各种消息事件的订阅以及取消订阅的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
- riladapterhttps://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