> For the complete documentation index, see [llms.txt](https://docs.gxc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gxc.io/docs/onyx-software/onyx-edge-specification.md).

# Onyx Edge Specification

The GXC Onyx Edge is a 3GPP-compliant private cellular platform that powers secure, high-performance Onyx 4G and 5G networks. Designed for scalability and edge resilience, the Onyx Edge supports critical enterprise-grade features tailored for different industry verticals.

## Packet Core

| <p>LTE Core</p><p></p><ul><li>3GPP-compliant S1, NAS, and SGi interfaces</li><li>High Availability via Onyx Edge Pools, ensuring 99.999% system reliability</li><li>Seamless inter-AP handovers over the S1 interface</li></ul>                             |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>5G SA Core</p><p></p><ul><li>3GPP-compliant Ng, N6 interfaces</li></ul>                                                                                                                                                                                  |
| QoS policy enforcement for subscriber data sessions                                                                                                                                                                                                         |
| UE IP address allocation via NAT (from local IP pools) or enterprise DHCP relay                                                                                                                                                                             |
| VLAN-based traffic segregation using APN-mapped VLANs for traffic isolation                                                                                                                                                                                 |
| Integrated database for subscription and policy management                                                                                                                                                                                                  |
| CPE monitoring for latency reporting                                                                                                                                                                                                                        |
| <p>Security and connectivity<br></p><ul><li>IPSec tunneling over the S1 interface for secure AP–Onyx Edge backhaul</li><li>Secure management interface over TLS for FCAPS operations</li><li>Encrypted NAS control plane between UE and Onyx Edge</li></ul> |

## 5G CU/DU

| 3GPP-compliant NR stack and F1 and Ng interfaces           |
| ---------------------------------------------------------- |
| ORAN-compliant 7.2x split architecture using eCPRI         |
| MIMO 4T4R (DL and UL)                                      |
| Configurable TDD patterns (DL-heavy and UL-heavy)          |
| Modulation order up to 256 QAM for DL and UL               |
| QoS-aware Scheduler                                        |
| Secure management interface over TLS for FCAPS operations  |
| Timing and synchronization via S-Plane using PTP and SyncE |
| Support for PTP Grandmaster Clock and Boundary Clock roles |
| Intra-DU handovers                                         |

## Access Point Management

| Management interface over TR-069 for LTE APs                                                       |
| -------------------------------------------------------------------------------------------------- |
| ORAN-compliant M-plane interface over NETCONF for RUs and FHMs                                     |
| Integrated SAS Domain Proxy for CBRS spectrum management                                           |
| <p>IP address management via DHCP:<br></p><ul><li>For 4G APs</li><li>For 5G FHMs and RUs</li></ul> |

## Deployment Options

| LTE Core available as an on-premises appliance or AWS hosted instance |
| --------------------------------------------------------------------- |
| 5G Core CU/DU available as an on-premises appliance                   |
| 5G Core available as an on-premises appliance                         |

## Debuggability

| Remote debugging capabilities      |
| ---------------------------------- |
| Metrics, log, and event generation |

## Product SKUs

<table><thead><tr><th width="239.5555419921875">SKU</th><th>Description</th></tr></thead><tbody><tr><td>GXC-OCSLP-001-LTE</td><td>Onyx LTE Connect SW Indoor/Outdoor per AP/Radio/eNB - 1 Yr</td></tr><tr><td>GXC-OCSLP-003-LTE</td><td>Onyx LTE Connect SW Indoor/Outdoor per AP/Radio/eNB - 3 Yr</td></tr><tr><td>GXC-OCSLP-005-LTE</td><td>Onyx LTE Connect SW Indoor/Outdoor per AP/Radio/eNB - 5 Yr</td></tr><tr><td>GXC-OCSLP-001-5G</td><td>Onyx 5G Connect SW Indoor/Outdoor per AP/Radio/gNB - 1 Yr</td></tr><tr><td>GXC-OCSLP-003-5G</td><td>Onyx 5G Connect SW Indoor/Outdoor per AP/Radio/gNB - 3 Yr</td></tr><tr><td>GXC-OCSLP-005-5G</td><td>Onyx 5G Connect SW Indoor/Outdoor per AP/Radio/gNB - 5 Yr</td></tr></tbody></table>

\* For hardware specifications, refer to the Onyx Edge Hardware Specifications.

\* Specifications and IDs are subject to change without prior notice.

## Contact GXC

To get in touch with GXC, please visit <https://gxc.io/contact-us/>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.gxc.io/docs/onyx-software/onyx-edge-specification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
