mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-04 22:17:36 +00:00
Add Pass All parameters for TGs and Private Calls.
This commit is contained in:
parent
92bda23094
commit
a4cff2f3d7
11 changed files with 303 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -5,8 +5,8 @@ LIBS = -lpthread
|
|||
LDFLAGS = -g
|
||||
|
||||
OBJECTS = BPTC19696.o Conf.o CRC.o DMRData.o DMREmbeddedData.o DMREMB.o DMRFullLC.o DMRGateway.o DMRLC.o DMRNetwork.o DMRSlotType.o Golay2087.o Hamming.o Log.o \
|
||||
MMDVMNetwork.o QR1676.o RepeaterProtocol.o Rewrite.o RewritePC.o RewriteSrc.o RewriteTG.o RewriteType.o RS129.o SHA256.o StopWatch.o Sync.o \
|
||||
Thread.o Timer.o UDPSocket.o Utils.o Voice.o
|
||||
MMDVMNetwork.o PassAllPC.o PassAllTG.o QR1676.o RepeaterProtocol.o Rewrite.o RewritePC.o RewriteSrc.o RewriteTG.o RewriteType.o RS129.o SHA256.o StopWatch.o \
|
||||
Sync.o Thread.o Timer.o UDPSocket.o Utils.o Voice.o
|
||||
|
||||
all: DMRGateway
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue