You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ The first production milestone is M3UA over a transport abstraction. SCCP, TCAP,
46
46
| Performance and capacity | Phase 14 foundation-ready: performance capability catalog, benchmark scenario catalog, capacity profile, throughput targets, latency budgets, load-test plan, resource budget, readiness report, performance CI profile, and status report added; production performance claims still require representative benchmark evidence |
47
47
| API lifecycle | Phase 15 foundation-ready: API surface catalog, stability contracts, version matrix, deprecation policy, migration guide catalog, breaking-change review policy, public API baseline, readiness report, API lifecycle CI profile, and status report added; stable API lifecycle claims still require commercial readiness and validation evidence |
48
48
| Configuration readiness | Phase 16 foundation-ready: configuration schema, validation helpers, environment matrix, secret policy, transport configuration, routing configuration, readiness report, configuration CI profile, commercial configuration gate, and status report added; production configuration still requires commercial readiness and deployment review |
49
+
| Native SCTP lab verification | Phase 17 foundation-ready: Linux SCTP lab scenario catalog, artifact manifest, run plan, command set, run reports, evidence registry, readiness report, lab CI profile, commercial gate, and status report added; production verification still requires complete passing Linux SCTP evidence |
49
50
| Package governance | Phase 7 policy added: current package metadata is tracked; commercial target still requires package signing and SBOM automation |
50
51
| Security governance | Phase 7 security policy added with private disclosure and severity response targets |
Copy file name to clipboardExpand all lines: docs/CI.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,3 +67,9 @@ The profile reuses build, test, and pack commands and requires public API diff r
67
67
Phase 16 adds `SigtranConfigurationCi.CreateDefault()` as the metadata contract for validating configuration readiness.
68
68
69
69
The profile reuses build, test, and pack commands, requires configuration readiness, and rejects production plaintext secrets.
70
+
71
+
## Native SCTP Lab CI
72
+
73
+
Phase 17 adds `SigtranNativeSctpLabCi.CreateDefault()` as the metadata contract for native SCTP verification.
74
+
75
+
The profile is opt-in, Linux-only, and enabled by `SIGTRAN_NATIVE_SCTP_LAB`. Real runs must retain artifacts under `SIGTRAN_NATIVE_SCTP_ARTIFACT_ROOT`.
Copy file name to clipboardExpand all lines: docs/MAP.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,6 @@ The facade hides TCAP transaction-id, invoke-id, dialogue portion, and component
149
149
150
150
## Readiness
151
151
152
-
`MapSmsPhase5Readiness.GetReport()` reports the current MAP SMS profile status. The foundation is complete when operation metadata, address primitives, ForwardSM codecs, SRI-SM, delivery status, AlertServiceCentre, errors/extensions, and the TCAP client facade are present.
152
+
`MapSmsReadiness.GetReport()` reports the current MAP SMS profile status. The foundation is complete when operation metadata, address primitives, ForwardSM codecs, SRI-SM, delivery status, AlertServiceCentre, errors/extensions, and the TCAP client facade are present.
153
153
154
154
Production readiness remains false until external MAP SMS interoperability vectors and operator-profile validation are added.
Copy file name to clipboardExpand all lines: docs/PHASE10_RELEASE_AUTOMATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,6 @@ Required secret names are recorded as metadata only: `NUGET_API_KEY` and `SIGNIN
70
70
71
71
## Phase Status
72
72
73
-
`SigtranPhase10Status.Describe()` summarizes the completed Phase 10 units.
73
+
`SigtranReleaseAutomationStatus.Describe()` summarizes the completed Phase 10 units.
74
74
75
75
The phase foundation can be ready while stable commercial publication remains blocked by wider commercial gates such as real signing, SBOM generation, native SCTP lab evidence, and external interoperability evidence.
Copy file name to clipboardExpand all lines: docs/PHASE10_SUMMARY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Phase 10 adds the release automation and supply-chain foundation for SIGTRAN.NET
19
19
20
20
The Phase 10 SDK foundation is complete.
21
21
22
-
`SigtranPhase10Status.FoundationReady` is expected to be true. `CommercialStableReleaseReady` remains false until the wider commercial gates are satisfied, including native SCTP lab verification, external interoperability evidence, real signing, and real SBOM generation.
22
+
`SigtranReleaseAutomationStatus.FoundationReady` is expected to be true. `CommercialStableReleaseReady` remains false until the wider commercial gates are satisfied, including native SCTP lab verification, external interoperability evidence, real signing, and real SBOM generation.
Copy file name to clipboardExpand all lines: docs/PHASE11_DEVELOPER_EXPERIENCE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,4 +72,4 @@ Developer documentation is ready when roadmap, quickstart, API index, and troubl
72
72
73
73
## Phase Status
74
74
75
-
`SigtranPhase11Status.Describe()` summarizes the completed Phase 11 units and separates developer adoption readiness from enterprise production readiness.
75
+
`SigtranDeveloperExperienceStatus.Describe()` summarizes the completed Phase 11 units and separates developer adoption readiness from enterprise production readiness.
Copy file name to clipboardExpand all lines: docs/PHASE11_SUMMARY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ Phase 11 adds the developer experience and adoption foundation for SIGTRAN.NET.
19
19
20
20
The Phase 11 SDK foundation is complete.
21
21
22
-
`SigtranPhase11Status.FoundationReady` is expected to be true. `EnterpriseProductionReady` remains false until commercial readiness is complete, including native SCTP evidence, external interoperability evidence, real signing, and real SBOM generation.
22
+
`SigtranDeveloperExperienceStatus.FoundationReady` is expected to be true. `EnterpriseProductionReady` remains false until commercial readiness is complete, including native SCTP evidence, external interoperability evidence, real signing, and real SBOM generation.
Copy file name to clipboardExpand all lines: docs/PHASE12_OPERATIONS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,4 +52,4 @@ Production operations remain blocked until wider commercial readiness is complet
52
52
53
53
## Phase Status
54
54
55
-
`SigtranPhase12Status.Describe()` summarizes the completed Phase 12 units and separates operations foundation readiness from production operations readiness.
55
+
`SigtranOperationsStatus.Describe()` summarizes the completed Phase 12 units and separates operations foundation readiness from production operations readiness.
Copy file name to clipboardExpand all lines: docs/PHASE12_SUMMARY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ Phase 12 adds the production operations and support foundation for SIGTRAN.NET.
19
19
20
20
The Phase 12 operations foundation is complete.
21
21
22
-
`SigtranPhase12Status.FoundationReady` is expected to be true. `ProductionOperationsReady` remains false until wider commercial readiness is complete, including native SCTP evidence, external interoperability evidence, real signing, and real SBOM generation.
22
+
`SigtranOperationsStatus.FoundationReady` is expected to be true. `ProductionOperationsReady` remains false until wider commercial readiness is complete, including native SCTP evidence, external interoperability evidence, real signing, and real SBOM generation.
Copy file name to clipboardExpand all lines: docs/PHASE13_COMPLIANCE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,4 +67,4 @@ The current gate should report compliance foundation readiness as true, while en
67
67
68
68
## Phase Status
69
69
70
-
`SigtranPhase13Status.Describe()` summarizes the completed Phase 13 units and separates compliance foundation readiness from enterprise compliance production claims.
70
+
`SigtranComplianceStatus.Describe()` summarizes the completed Phase 13 units and separates compliance foundation readiness from enterprise compliance production claims.
0 commit comments