> 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/release-notes/onyx-release-notes/onyx-4.1.1-release-notes.md).

# Onyx 4.1.1 Release Notes

## Release Information <a href="#release-information" id="release-information"></a>

This Release Notes provides information about the 4G and 5G Onyx 4.1.1 release.

### Component Compatibility Information <a href="#component-compatibility-information" id="component-compatibility-information"></a>

This release has been verified to be compatible with the following component software versions.

<p align="center"><strong>4G Component Software Version Compatibility</strong></p>

| Component                                                                                                     | Release        |
| ------------------------------------------------------------------------------------------------------------- | -------------- |
| Onyx Portal                                                                                                   | 4.1.1          |
| Onyx Edge                                                                                                     | 4.1.1          |
| Mesh Node                                                                                                     | 3.1.0          |
| <p>G100 Indoor Access Point</p><p></p><p>G101 Outdoor Access Point</p><p></p><p>G501 Outdoor Access Point</p> | BaiBLQ\_3.1.14 |

<p align="center"><strong>5G Component Software Version Compatibility</strong></p>

| Component                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Release                                            |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| Onyx Portal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 4.1.1                                              |
| Onyx Edge                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 4.1.1                                              |
| Onyx FHM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 2.0.0                                              |
| Mesh Node                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | 4.1.1                                              |
| <p>G105-n48F Indoor Access Point</p><p></p><p>G105-n48P Indoor Access Point</p><p></p><p>G105-n77 Indoor Access Point</p><p></p><p>G105-n78F Indoor Access Point</p><p></p><p>G105-n78P Indoor Access Point</p><p></p><p>G227 Indoor Access Point</p><p></p><p>G228 Outdoor Access Point</p><p></p><p>G244 Outdoor Access Point</p><p></p><p>G505-n48P Outdoor Access Point</p><p></p><p>G506-n77 Outdoor Access Point</p><p></p><p>G506-n78 Outdoor Access Point</p><p></p><p>G509-n79 Outdoor Access Point</p> | <p>For details, contact GXC Technical Support.<br> |

<br></p> |

## New Features, Enhancements, & Behavior Changes

This section describes new features, enhancements, and behavior changes introduced in this release.

### Onyx Portal Changes&#x20;

#### Subscribers Page Performance Improvements

This change is applicable to both 4G and 5G networks.

The Subscribers summary page has been optimized to load faster, especially on networks with large numbers of subscribers, due to reduced unnecessary background data refreshes.

### RAN Changes

#### 5G Mesh Node GM03 Support Now Generally Available

This change is applicable only to 5G networks.

Mesh Node GM03 support, introduced for early adopter trials in release 4.1.0, is now generally available.

## Resolved Issues

There are no previously reported open issues resolved in this release.

## Open Issues <a href="#open-issues" id="open-issues"></a>

{% hint style="info" %}
**NOTE**: Open issues reported in previous releases, unless subsequently reported as resolved, may exist in this release.
{% endhint %}

There are no new open issues reported in this release.


---

# 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/release-notes/onyx-release-notes/onyx-4.1.1-release-notes.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.
