Releases: onosproject/onos-e2-sm
Releases · onosproject/onos-e2-sm
servicemodels/test_sm_aper_go_lib/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...
servicemodels/e2sm_rsm/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...
servicemodels/e2sm_rc_pre_go/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...
servicemodels/e2sm_rc_pre/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...
servicemodels/e2sm_rc/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...
servicemodels/e2sm_ni/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...
servicemodels/e2sm_mho_go/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...
servicemodels/e2sm_mho/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...
servicemodels/e2sm_kpm_v2_go/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...
servicemodels/e2sm_kpm_v2/v0.8.45
What's Changed
- Initial import of KPM and NI by @SeanCondon in #1
- Adding in basic Makefile targets - initial steps by @SeanCondon in #2
- Added in the Kpm C types by @SeanCondon in #3
- [SDRAN-36] Adding KpmIndication message skeleton by @eroshiva in #4
- [SDRAN-36] Adding KpmRanfunctionDescription skeleton message by @eroshiva in #5
- [SDRAN-42] Adding encoding of lower level KPMIndication message by @eroshiva in #6
- [SDRAN-42] Following up with encoding of an E2KpmIndicationMessage chain by @eroshiva in #7
- [SDRAN-42] Adding top level E2-SM-KPM message encoding by @eroshiva in #8
- An example KPM Description from OSC E2 simulator by @SeanCondon in #9
- [SDRAN-42] Adding initial decoding of a low-level structures by @eroshiva in #10
- [SDRAN-42] Implementing decoding of PfContainer structure by @eroshiva in #11
- [SDRAN-42] Adding top-level structures decoding of KpmIndication message by @eroshiva in #12
- [SDRAN-42] Adding E2SmKpmIndicationHeader skeleton message by @eroshiva in #13
- [SDRAN-42] Adding initial decoding and encoding for Plmn ID and Snssai by @eroshiva in #14
- [SDRAN-42] Adding GlobalKpmNodeId & GlobalKpmNodeGnbId Go wrappers by @eroshiva in #17
- [SDRAN42] Adding encoding & decoding of NRCGI struct (full stack) by @eroshiva in #15
- Adding in sample XML from E2Simulator by @SeanCondon in #18
- [SDRAN-42] Adding final Go wrappers for E2XmKpmIndicationHeader message by @eroshiva in #19
- [SDRAN-42] Cleaning up and fixing logs by @eroshiva in #20
- Define the plugin methods and add test by @SeanCondon in #21
- [SDRAN-42] Adding KpmIndicationMessage ProtoToASN1 conversion by @eroshiva in #22
- Corrected bit length on nrcgiIdentifier to 36 by @SeanCondon in #23
- Adding Encode and Decode of INTEGER by @SeanCondon in #25
- Copied the top level functions over from Ivan's #24 by @SeanCondon in #26
- [SDRAN-42] Remaining cherry-picking by @eroshiva in #27
- Fixing linting errors by @eroshiva in #28
- [SDRAN-223] Adding basic structures for KpmRanfunctionDescription by @eroshiva in #29
- [SDRAN-224] Adding RanFunction inputs to modelmain.go by @eroshiva in #30
- [SDRAN-224] KpmRanfunctionDescription wrapper by @eroshiva in #31
- Using the Goolge proto compiler by @SeanCondon in #33
- [SDRAN-265] EventTriggerDefinition by @eroshiva in #34
- Added in Docker build by @SeanCondon in #36
- Enable auto publishing of artifacts on Travis by @ray-milkey in #38
- Had wrong tag for one of the images by @ray-milkey in #40
- Release version v0.6.2 by @ray-milkey in #41
- Release version v0.6.3 by @ray-milkey in #42
- Almost all linters are fixed by @eroshiva in #37
- [SDRAN-267] E2SM-KPM-ActionDefinition Go code by @eroshiva in #39
- Release version v0.6.4 by @ray-milkey in #43
- [SDRAN-265] Adding (only so far) ProtoToASN1 conversion by @eroshiva in #35
- Created dockerfile for building Service Models by @SeanCondon in #44
- Releasing v0.6.5 by @SeanCondon in #45
- [SDRAN-265] Adding real ASN1 bits to the modelmain_test (succeeded) by @eroshiva in #47
- [SDRAN-267] Adding ASN1<->Proto conversion by @eroshiva in #48
- Added modelmain function to Decode Ran Func Description by @SeanCondon in #49
- Releasing 0.6.6 by @SeanCondon in #50
- [SDRAN-224] Go Builder for E2SMKpmIndicationHeader - Pt. I by @eroshiva in #46
- Adding example of real RanFuncDesc bytes by @SeanCondon in #52
- Kpm RanFunctionName Instance is optional by @SeanCondon in #54
- [SDRAN-224] Adding IndicationHeader Go structures - Pt.II by @eroshiva in #51
- [SDRAN-224] Adding IndicationMessgae Go structures - Pt.I by @eroshiva in #53
- [SDRAN-224] Putting together top level structures of IndicationMessage - Go code by @eroshiva in #55
- [SDRAN-224] Adding KpmRanfunctionDescription Go structures by @eroshiva in #56
- [SDRAN-224] Adding EventTriggerDefinition Go structures by @eroshiva in #57
- [SDRAN-225] Adding RanContainer Go code by @eroshiva in #58
- Fix publication tags and bump onos-api version to 0.6.10 by @ray-milkey in #59
- Release version v0.6.7 by @ray-milkey in #60
- Adding EnGNb Go code by @eroshiva in #62
- Creating Proto builder types by @SeanCondon in #64
- Adding NgENb and enhancing GlobalKPMnode-ID by @eroshiva in #63
- Adding a converter package to give external access to conversion functions by @SeanCondon in #65
- Typo in the file naming - renaming by @eroshiva in #66
- Release version v0.7.0 by @ray-milkey in #67
- Updated README. Added more tests by @SeanCondon in #68
- Use a consistent set of linters by @ray-milkey in #69
- Add separate build process for ran-sim by @SeanCondon in #70
- Release version v0.7.1 by @adibrastegarnia in #71
- [SDRAN-304] Introducing protoc-gen-cgo tool to generate CGo code by @eroshiva in #72
- Release v0.7.2 by @ray-milkey in #73
- Fixing the pushing of images by @SeanCondon in #74
- Releasing 0.7.3 by @SeanCondon in #75
- [SDRAN-304] Adding README to Protoc-Gen-CGo plugin by @eroshiva in #76
- [SDRAN-304] PGCGo - adding Enum generation by @eroshiva in #77
- [SDRAN-304] Adjusting Makefile to check protoc-gen-cgo by @eroshiva in #78
- E2SM-RC-PRE: New E2 service model for PCI use-case by @silver23arrow in #79
- Regenerated KPM C types using O-RAN-SC asn1c tool by @SeanCondon in #80
- Updating Rc model with ORAN asn1c by @SeanCondon in #81
- [E2SM-RC-PRE] Add RAN Function to SM by @silver23arrow in #82
- Release new service model by @adibrastegarnia in #83
- [SDRAN-304] PGCGo - better handling of OPTIONAL case by @eroshiva in #84
- Updating buf linter to 0.36 by @SeanCondon in #86
- [SDRAN-304] PG-CGo - adding Repeated and OneOf support by @eroshiva in #85
- [SDRAN-386] Adressing GoFmt() errors on RC-PRE SM by @eroshiva in #87
- [SDRAN-386] Handling Basic types conversion by @eroshiva in #88
- [SDRAN-400] Fixing some bugs and naming in Enums by @eroshiva in #89
- [SDRAN-399] Some minor bugs by @eroshiva in #90
- e2sm_rc_pre Control and Event Trigger support by @silver23arrow in #91
- KPM: adding control functions to modelmain by @SeanCondon in https://github.com/on...