Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit dd2f277

Browse files
committed
First R2023a pass
1 parent 62ed216 commit dd2f277

File tree

125 files changed

+44672
-443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+44672
-443
lines changed

.pre-commit-config.yaml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
11
ci:
2-
skip: [flake8]
2+
autoupdate_schedule: quarterly
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 22.8.0
6+
rev: 23.1.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 5.10.1
10+
rev: 5.12.0
1111
hooks:
1212
- id: isort
1313
name: isort
14+
- repo: https://github.com/pycqa/flake8
15+
rev: 6.0.0
16+
hooks:
17+
- id: flake8
18+
additional_dependencies:
19+
- flake8-annotations
20+
- flake8-bugbear
21+
- flake8-docstrings
22+
- flake8-fixme
23+
- pep8-naming
1424
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.3.0
25+
rev: v4.4.0
1626
hooks:
27+
- id: check-case-conflict
28+
- id: check-json
1729
- id: check-merge-conflict
1830
- id: check-toml
1931
- id: check-yaml
2032
- id: end-of-file-fixer
2133
- id: mixed-line-ending
34+
- id: trailing-whitespace
2235
- repo: https://github.com/pre-commit/pygrep-hooks
23-
rev: v1.9.0
36+
rev: v1.10.0
2437
hooks:
2538
- id: python-check-blanket-noqa
2639
- id: python-check-blanket-type-ignore
27-
- repo: local
28-
hooks:
29-
- id: flake8
30-
name: Flake8
31-
description: This hook runs flake8 within our project's poetry environment.
32-
entry: poetry run flake8
33-
language: python
34-
types: [python]
35-
require_serial: true
40+
- id: python-use-type-annotations

JSONout/R2023a/5GToolbox.JSON

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
[
2+
"addLinkTypeDecoder",
3+
"addTrafficSource",
4+
"addUpperLayerDecoder",
5+
"configureScheduler",
6+
"connectUE",
7+
"displayChannel",
8+
"getPathFilters",
9+
"getTransportBlock",
10+
"info",
11+
"nrBCH",
12+
"nrBCHDecode",
13+
"nrCarrierConfig",
14+
"nrCDLChannel",
15+
"nrChannelEstimate",
16+
"nrCodeBlockDesegmentLDPC",
17+
"nrCodeBlockSegmentLDPC",
18+
"nrCORESETConfig",
19+
"nrCRCDecode",
20+
"nrCRCEncode",
21+
"nrCSIRS",
22+
"nrCSIRSConfig",
23+
"nrCSIRSIndices",
24+
"nrCSIRSMeasurements",
25+
"nrDCIDecode",
26+
"nrDCIEncode",
27+
"nrDLCarrierConfig",
28+
"nrDLSCH",
29+
"nrDLSCHDecoder",
30+
"nrDLSCHInfo",
31+
"nrEqualizeMMSE",
32+
"nrExtractResources",
33+
"nrGNB",
34+
"nrHSTChannel",
35+
"nrLayerDemap",
36+
"nrLayerMap",
37+
"nrLDPCDecode",
38+
"nrLDPCEncode",
39+
"nrLowPAPRS",
40+
"nrMACBSR",
41+
"nrMACBSRDecode",
42+
"nrMACPDUDecode",
43+
"nrMACSubPDU",
44+
"nrOFDMDemodulate",
45+
"nrOFDMInfo",
46+
"nrOFDMModulate",
47+
"nrORANBlockCompress",
48+
"nrORANBlockDecompress",
49+
"nrPathLoss",
50+
"nrPathLossConfig",
51+
"nrPBCH",
52+
"nrPBCHDecode",
53+
"nrPBCHDMRS",
54+
"nrPBCHDMRSIndices",
55+
"nrPBCHIndices",
56+
"nrPBCHPRBS",
57+
"nrPCAPWriter",
58+
"nrPDCCH",
59+
"nrPDCCHConfig",
60+
"nrPDCCHDecode",
61+
"nrPDCCHPRBS",
62+
"nrPDCCHResources",
63+
"nrPDCCHSpace",
64+
"nrPDSCH",
65+
"nrPDSCHConfig",
66+
"nrPDSCHDecode",
67+
"nrPDSCHDMRS",
68+
"nrPDSCHDMRSConfig",
69+
"nrPDSCHDMRSIndices",
70+
"nrPDSCHIndices",
71+
"nrPDSCHPRBS",
72+
"nrPDSCHPTRS",
73+
"nrPDSCHPTRSConfig",
74+
"nrPDSCHPTRSIndices",
75+
"nrPDSCHReservedConfig",
76+
"nrPerfectChannelEstimate",
77+
"nrPerfectTimingEstimate",
78+
"nrPolarDecode",
79+
"nrPolarEncode",
80+
"nrPRACH",
81+
"nrPRACHConfig",
82+
"nrPRACHDetect",
83+
"nrPRACHGrid",
84+
"nrPRACHIndices",
85+
"nrPRACHOFDMInfo",
86+
"nrPRACHOFDMModulate",
87+
"nrPRBS",
88+
"nrPRS",
89+
"nrPRSConfig",
90+
"nrPRSIndices",
91+
"nrPSS",
92+
"nrPSSIndices",
93+
"nrPUCCH",
94+
"nrPUCCH0",
95+
"nrPUCCH0Config",
96+
"nrPUCCH1",
97+
"nrPUCCH1Config",
98+
"nrPUCCH2",
99+
"nrPUCCH2Config",
100+
"nrPUCCH3",
101+
"nrPUCCH3Config",
102+
"nrPUCCH4",
103+
"nrPUCCH4Config",
104+
"nrPUCCHDecode",
105+
"nrPUCCHDMRS",
106+
"nrPUCCHDMRSIndices",
107+
"nrPUCCHHoppingInfo",
108+
"nrPUCCHIndices",
109+
"nrPUCCHPRBS",
110+
"nrPUSCH",
111+
"nrPUSCHCodebook",
112+
"nrPUSCHConfig",
113+
"nrPUSCHDecode",
114+
"nrPUSCHDescramble",
115+
"nrPUSCHDMRS",
116+
"nrPUSCHDMRSConfig",
117+
"nrPUSCHDMRSIndices",
118+
"nrPUSCHIndices",
119+
"nrPUSCHPRBS",
120+
"nrPUSCHPTRS",
121+
"nrPUSCHPTRSConfig",
122+
"nrPUSCHPTRSIndices",
123+
"nrPUSCHScramble",
124+
"nrRateMatchLDPC",
125+
"nrRateMatchPolar",
126+
"nrRateRecoverLDPC",
127+
"nrRateRecoverPolar",
128+
"nrResourceGrid",
129+
"nrRLCBearerConfig",
130+
"nrSCSCarrierConfig",
131+
"nrSearchSpaceConfig",
132+
"nrSRS",
133+
"nrSRSConfig",
134+
"nrSRSIndices",
135+
"nrSSBMeasurements",
136+
"nrSSS",
137+
"nrSSSIndices",
138+
"nrSymbolDemodulate",
139+
"nrSymbolModulate",
140+
"nrTBS",
141+
"nrTDLChannel",
142+
"nrTimingEstimate",
143+
"nrTransformDeprecode",
144+
"nrTransformPrecode",
145+
"nrUCIDecode",
146+
"nrUCIEncode",
147+
"nrUE",
148+
"nrULCarrierConfig",
149+
"nrULSCH",
150+
"nrULSCHDecoder",
151+
"nrULSCHDemultiplex",
152+
"nrULSCHInfo",
153+
"nrULSCHMultiplex",
154+
"nrWaveformGenerator",
155+
"nrWavegenBWPConfig",
156+
"nrWavegenCSIRSConfig",
157+
"nrWavegenPDCCHConfig",
158+
"nrWavegenPDSCHConfig",
159+
"nrWavegenPUCCH0Config",
160+
"nrWavegenPUCCH1Config",
161+
"nrWavegenPUCCH2Config",
162+
"nrWavegenPUCCH3Config",
163+
"nrWavegenPUCCH4Config",
164+
"nrWavegenPUSCHConfig",
165+
"nrWavegenSRSConfig",
166+
"nrWavegenSSBurstConfig",
167+
"pcapngWriter",
168+
"pcapReader",
169+
"pcapWriter",
170+
"read",
171+
"readAll",
172+
"reset",
173+
"resetSoftBuffer",
174+
"setTransportBlock",
175+
"statistics",
176+
"statistics",
177+
"swapTransmitAndReceive",
178+
"swapTransmitAndReceive",
179+
"write",
180+
"write",
181+
"writeCustomBlock",
182+
"writeGlobalHeader",
183+
"writeInterfaceDescriptionBlock"
184+
]
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
[
2+
"add",
3+
"addAliasType",
4+
"addBSWService",
5+
"addComponent",
6+
"addComposition",
7+
"addDataInterface",
8+
"addElement",
9+
"addEnumType",
10+
"addNumericType",
11+
"addPackageableElement",
12+
"addPlatformMapping",
13+
"addPort",
14+
"addReference",
15+
"addServiceInterface",
16+
"addSignal",
17+
"addStructType",
18+
"addValueType",
19+
"analyze",
20+
"analyzeAndApply",
21+
"apply",
22+
"arxml.importer",
23+
"autosar.api.create",
24+
"autosar.api.delete",
25+
"autosar.api.export",
26+
"autosar.api.getAUTOSARProperties",
27+
"autosar.api.getSimulinkMapping",
28+
"autosar.api.syncModel",
29+
"autosar.api.validateModel",
30+
"autosar.arch.createModel",
31+
"autosar.arch.loadModel",
32+
"autosar.code.exporta2l",
33+
"autosar.dictionary.ARClassicPlatformMapping",
34+
"AUTOSAR.DualScaledParameter",
35+
"AUTOSAR.Parameter",
36+
"AUTOSAR.Signal",
37+
"AUTOSAR4.Parameter",
38+
"AUTOSAR4.Signal",
39+
"autosar_ui_close",
40+
"autosar_ui_launch",
41+
"close",
42+
"close",
43+
"connect",
44+
"createCalibrationComponentObjects",
45+
"createComponentAsModel",
46+
"createCompositionAsModel",
47+
"createEnumeration",
48+
"createManifest",
49+
"createModel",
50+
"createNumericType",
51+
"delete",
52+
"deleteUnmappedComponents",
53+
"destroy",
54+
"destroy",
55+
"destroy",
56+
"discardChanges",
57+
"export",
58+
"exportDictionary",
59+
"find",
60+
"find",
61+
"findEntryByName",
62+
"get",
63+
"get",
64+
"getClassName",
65+
"getClassNamespace",
66+
"getComponentNames",
67+
"getDataDefaults",
68+
"getDataStore",
69+
"getDataTransfer",
70+
"getDataType",
71+
"getDataTypeNames",
72+
"getElement",
73+
"getFunction",
74+
"getFunctionCaller",
75+
"getInport",
76+
"getInterface",
77+
"getInterfaceNames",
78+
"getInternalDataPackaging",
79+
"getLookupTable",
80+
"getOutport",
81+
"getParameter",
82+
"getPlaStformMapping",
83+
"getPlatformProperties",
84+
"getPlatformProperty",
85+
"getReferences",
86+
"getSignal",
87+
"getState",
88+
"getXmlOptions",
89+
"importFromARXML",
90+
"importFromFile",
91+
"isDirty",
92+
"layout",
93+
"linkDictionary",
94+
"linkToModel",
95+
"mapDataStore",
96+
"mapDataTransfer",
97+
"mapFunction",
98+
"mapFunctionCaller",
99+
"mapInport",
100+
"mapLookupTable",
101+
"mapOutport",
102+
"mapParameter",
103+
"mapSignal",
104+
"mapState",
105+
"Migrator",
106+
"open",
107+
"overflowed",
108+
"removeDataType",
109+
"removeElement",
110+
"removeInterface",
111+
"removeReference",
112+
"removeSignal",
113+
"revert",
114+
"save",
115+
"save",
116+
"save",
117+
"set",
118+
"set",
119+
"setClassName",
120+
"setClassNamespace",
121+
"setDataDefaults",
122+
"setInternalDataPackaging",
123+
"setPlatform",
124+
"setPlatformProperty",
125+
"setXmlOptions",
126+
"show",
127+
"show",
128+
"show",
129+
"showChanges",
130+
"SimportFromBaseWorkspace",
131+
"Simulink.interface.Dictionary",
132+
"Simulink.interface.dictionary.create",
133+
"Simulink.interface.dictionary.DataElement",
134+
"Simulink.interface.dictionary.DataInterface",
135+
"Simulink.interface.dictionary.open",
136+
"updateAUTOSARProperties",
137+
"updateModel",
138+
"updateReferences"
139+
]

0 commit comments

Comments
 (0)