From 1389e86d116509884b0e5ee3421fe7683afcab9b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 18 Jun 2017 18:16:02 +0300 Subject: Add pseudo-random bit sequence generator to libosmcoore These PRBS sequences are specified in ITU-T O.150. They are typically used as test data to be transmitted for BER (bit error rate) testing. Change-Id: I227b6a6e86a251460ecb816afa9a7439d5fb94d1 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Makefile.am') diff --git a/include/Makefile.am b/include/Makefile.am index e0c1a2bd..4e92d553 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -31,6 +31,7 @@ nobase_include_HEADERS = \ osmocom/core/macaddr.h \ osmocom/core/msgb.h \ osmocom/core/panic.h \ + osmocom/core/prbs.h \ osmocom/core/prim.h \ osmocom/core/process.h \ osmocom/core/rate_ctr.h \ -- cgit v1.2.3