# Service Primitive / 服务原语

## 定义 / Definition

### English Abstract primitive that represents a service provided by one layer to the layer above it. Service primitives are the fundamental building blocks of layer 3 protocols, used for communication between adjacent layers in the protocol stack.

### 中文 表示某一层向上一层提供服务的抽象原语。服务原语是层3协议的基本构建块,用于协议栈中相邻层之间的通信。

## 原语类型 / Primitive Types

类型英文中文描述 ------------------------ REQUESTREQ请求上层向下层请求服务 INDICATIONIND指示下层通知上层事件 RESPONSERSP响应上层响应下层指示 CONFIRMCNF确认下层确认请求完成

## 常见服务原语 / Common Service Primitives

### 移动性管理 (MM)

原语名称方向描述 ------------------------ MMR_REG_REQRegistration RequestMS → MM注册请求 MMR_REG_CNFRegistration ConfirmMM → MS注册确认 MMR_NREG_REQDeregistration RequestMS → MM注销请求

### 呼叫控制 (CC)

原语名称方向描述 ------------------------ MNCC_SETUP_REQSetup RequestMS → CC呼叫建立请求 MNCC_SETUP_INDSetup IndicationCC → MS呼叫建立指示 MNCC_SETUP_CNFSetup ConfirmCC → MS呼叫建立确认

## 服务访问点 / Service Access Point (SAP)

服务原语通过 SAP 在层与层之间传递:

- MM-SAP: 移动性管理服务访问点 - RR-SAP: 无线资源服务访问点 - CC-SAP: 呼叫控制服务访问点 - SM-SAP: 会话管理服务访问点

## 交叉引用 / Cross References

- TS 24.007 - 信令层3总体方面 - TS 24.008 - 移动性管理和呼叫控制 - Layer 3 (L3) - 服务访问点