> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/regulatory-compliance.md).

# Regulatory compliance

Regulatory compliance refers to the ability of a product to conform to the standards required by governmental or industry associations for operation of similar equipment.

### TelcoBridges and regulatory compliance

TelcoBridges hardware products support the following regulatory requirements / standards:

**Electro-mechanical**

* [FCC Part 15](http://en.wikipedia.org/wiki/Title_47_CFR_Part_15) : 2009 , Subpart B
* CE
  * EN55022 : 2006 ,Class A
  * NMB-003:2004 , Class A
  * EN61000-4-2: 1995 A1 : 1998 A2 :2001
  * EN61000-4-3: 1996 A1 : 1998
  * EN61000-4-4: 2004
  * EN61000-4-5: 2006
  * EN61000-4-6: 2009
  * EN61000-3-2: 2006
  * EN61000-3-3: 1995 A1:2001 A2:2005
  * EN ETSI 300 386 V1.3.3 Generic Standard

**Environmental**

* [Restriction of Hazardous Substances Directive (RoHS)](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/misc/rohs/README.md)
* [Declaration of compliance on 2U Dual Power Supply](https://docs.telcobridges.com/w/images/5/56/PowerSupply_IstarUsa_Rohs_certificate.pdf‎)

**Safety**

* Designed to meet [NEBS](http://en.wikipedia.org/wiki/Network_Equipment-Building_System) Level 3
* ANSI/UL 60950-1 1st ed : Safety of Information Technology Equipment Including Electrical Business Equipment
* CAN/CSA C22.2 No. 0-M : General Requirements - Canadian Electrical Code, Part II
* CAN/CSA C22.2 No. 60950-1-03 : Safety of Information Technology Equipment - Part 1: General Requirements
* CB 251006 -2345960
* IEC 60950-1: 2001 (1st edition) and EN 60950-1:2001 +A11,including National Deviations: AU/NZ, CA/US, CN, CH, DE, DK, ES, FI, GB, IE, JP, KR, NO, SE, SG, Group Differences and Common Modifications per CB Bulletin 110A (June 2006)

**Certificates/Reports/CB scheme/Type Approval**

* [CSA Certificate of Compliance](https://docs.telcobridges.com/w/images/b/b6/CoFC_e-signed.pdf)
* [CB Test Certificate](https://docs.telcobridges.com/w/images/8/89/2345960_CA12325CSA.pdf)
* [CSA Descriptive Report and Test Results](https://docs.telcobridges.com/w/images/5/58/TMG_CSATestReport_2015.pdf)
* [IEC 60950-1 Test report](https://docs.telcobridges.com/w/images/5/58/2nd_edition_IEC60950_CB_Report.pdf)
* [TMG800 CE - EC Declaration of conformity](https://docs.telcobridges.com/w/images/4/41/TMG800_EC_DoC_2016.pdf)
* [TMG3200,TMP6400 and TMG7800 CE - EC Declaration of conformity](https://docs.telcobridges.com/w/images/6/63/TMG3200_TMP6400_TMG7800_EC_DoC_2016.pdf)
* [TMG7800-TMS CE - EC Declaration of conformity](https://docs.telcobridges.com/w/images/6/65/Declaration_of_conformity_tms.pdf)
* [STM1 TMG-PP-N+1 CE - EC Declaration of conformity](https://docs.telcobridges.com/w/images/f/fb/Declaration_of_conformity_N+1_STM1.pdf)
* [TMG800 Korean "Certificate of Broadcasting and Communication Equiments" Clause 2 Article 58-2 of Radio Wabes Act.](https://docs.telcobridges.com/w/images/f/f9/KCC-CMM-T8B-TMG800.pdf)

**MTBF**

Mean Time Between Failure

* [TMG800](https://docs.telcobridges.com/w/images/6/6e/Tmg800_mtbf_scan_20130627.pdf)
* [TMG3200](https://docs.telcobridges.com/w/images/f/f1/Tmg3200_mtbf_scan_20130627.pdf)
* [TMG7800](https://docs.telcobridges.com/w/images/d/d3/Tmg7800_mtbf_scan_20130627.pdf)
* [TMP800](https://docs.telcobridges.com/w/images/0/0c/Tmp800_mtbf_scan_20130627.pdf)
* [TMP6400](https://docs.telcobridges.com/w/images/5/56/Tmp6400_mtbf_scan_20130627.pdf)
* [TM1000](https://docs.telcobridges.com/w/images/b/b9/Tm1000_mtbf_scan_20130627.pdf)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/server-and-os-administration/regulatory-compliance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
