Skip to content

Commit 94a3017

Browse files
1 parent 13cc857 commit 94a3017

19 files changed

+7945
-2
lines changed

‎.prettierrc.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
trailingComma: 'es5'
2+
tabWidth: 2
3+
semi: false
4+
singleQuote: true
5+
printWidth: 79
6+
proseWrap: always

‎COPYRIGHT

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copyright (C) 2023 MEF Forum

‎README.md

+69-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,69 @@
1-
# -MEF-LSO-Allegro-SDK
2-
This repository contains the MEF LSO Allegro SDK.
1+
# MEF-LSO-Allegro-SDK Fergie Release
2+
3+
## Download Link
4+
5+
Download the entire repository by clicking [here](https://.com/MEF-GIT/MEF-LSO-Allegro-SDK/releases/download/fergie/MEF-LSO-Allegro-SDK-fergie.zip)
6+
7+
## Overview
8+
9+
This repository contains the release of the Allegro SDK. The SDK includes APIs for Performance Monitoring and metrics definitions.
10+
11+
**This is the first release of this SDK.**
12+
13+
## Scope and Maturity
14+
15+
(*) is used to mark item that changes their maturity comparing to previous release.
16+
17+
SOAM:
18+
19+
- *MEF 133 - Allegro, Interlude and Legato Fault Management and Performance Monitoring BR&UC - **Published Standard**
20+
- *MEF W133.1 - Allegro, Interlude and Legato Fault Management and Performance Monitoring BR&UC - **early draft version**
21+
- *MEF 136 - Service Function Testing Business Requirements and Use Cases - **Published Standard**
22+
- *MEF W143 - Performance Monitoring Profiles, Jobs, Notifications and Collection API and Developer Guide - **work in progress - CfC#1**
23+
- *MEF W147 - Management API and Developer Guide - **work in progress - CfC#1**
24+
- Performance Monitoring reports and statistics definitions for Carrier Ethernet adn IP - **early draft version**
25+
26+
The MEF LSO Allegro SDK is released under the Apache 2.0 license.
27+
28+
More information about the LSO Allegro API reference point and it's roadmap can be found here:
29+
30+
https://wiki.mef.net/display/CESG/LSO+Allegro
31+
32+
## Contents
33+
34+
This SDK contains the following items:
35+
36+
- `COPYRIGHT` - Copyright 2023 MEF Forum
37+
- `LICENSE` - Contains a copy of the Apache 2.0 license
38+
- `README` - This file
39+
- `serviceApi` - Definitions of the APIs are found in this directory, provided as yaml files.
40+
- `serviceSchema` - Contains JSON schema (draft 7) files for service specifications.
41+
- `documentation` - documentation including API/Schema developer guides and openapi-tools generated API descriptions in markdown format
42+
- `supportingStandards` - The rest of documents and standards.
43+
- `generated`
44+
- `staticBinding` - No longer provided - please visit [LSO Marketplace](http://lso.mef.net) to use self-blending possibility.
45+
- `security` - A not normative version of the standard APIs including the security profiles as required by MEF 128. Provided for evaluation.
46+
47+
## Issues, questions, and Feedback
48+
49+
Issues should be reported with the use of issues or directly to [email protected].
50+
51+
## Copyright
52+
53+
© MEF Forum 2023. All Rights Reserved.
54+
55+
## Disclaimer
56+
57+
The information in this publication is freely available for reproduction and use by any recipient and is believed to be accurate as of its publication date. Such information is subject to change without notice and MEF Forum (MEF) is not responsible for any errors. MEF does not assume responsibility to update or correct any information in this publication. No representation or warranty, expressed or implied, is made by MEF concerning the completeness, accuracy, or applicability of any information contained herein and no liability of any kind shall be assumed by MEF as a result of reliance upon such information.
58+
59+
The information contained herein is intended to be used without modification by the recipient or user of this document. MEF is not responsible or liable for any modifications to this document made by any other party.
60+
61+
The receipt or any use of this document or its contents does not in any way create, by implication or otherwise:
62+
63+
(a) any express or implied license or right to or under any patent, copyright, trademark or trade secret rights held or claimed by any MEF member which are or may be associated with the ideas, techniques, concepts or expressions contained herein; nor
64+
65+
(b) any warranty or representation that any MEF member will announce any product(s) and/or service(s) related thereto, or if such announcements are made, that such announced product(s) and/or service(s) embody any or all of the ideas, technologies, or concepts contained herein; nor
66+
67+
(c) any form of relationship between any MEF member and the recipient or user of this document.
68+
69+
Implementation or use of specific MEF standards, specifications, or recommendations will be voluntary, and no Member shall be obliged to implement them by virtue of participation in MEF Forum. MEF is a non-profit international organization to enable the development and worldwide adoption of agile, assured and orchestrated network services. MEF does not, expressly or otherwise, endorse or promote any specific products or services.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)