Commit 557ec7c7 authored by Adrian Pino's avatar Adrian Pino
Browse files

Merge branch 'main' into feature/universal-client-invocation

parents 438fce53 a08f6747
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ Thank you for contributing to this project. Please follow the guidelines below t
Each contribution should be made in the appropriate directory:
- **EdgeCloud Adapters**`src/edgecloud/clients/`
- **Network Adapters**`src/network/clients/`
- **O-RAN Adapters**`src/o-ran/clients/`

### Testing (Mandatory)
To merge a feature branch into `main`, the adapter **must pass the unit tests**. Instructions to do so available at [TESTING.md](docs/TESTING.md)
@@ -43,6 +44,17 @@ Example:
feature/add-network-open5gs
```


#### 📶 O-RAN Adapters
Branch Name Format:
```
feature/add-oran-<SOLUTION_NAME>
```
Example:
```
feature/add-oran-juniper
```

## Sequence Diagram Example
Refer to the sequence diagram example from `docs/workflows/edgecloud/get_av_zones.md` for guidance on workflow structure:

src/o-ran/__init__.py

0 → 100644
+0 −0

Empty file added.

+0 −0

Empty file added.

+0 −0

Empty file added.

+0 −0

Empty file added.

Loading