diff ater/main.c @ 19:1e375472d5a5

ater: implement TRAU frame output
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Jun 2024 08:07:45 +0000
parents 4ffe22f5b4b5
children
line wrap: on
line diff
--- a/ater/main.c	Mon Jun 24 07:26:20 2024 +0000
+++ b/ater/main.c	Mon Jun 24 08:07:45 2024 +0000
@@ -25,6 +25,7 @@
 #include "globals.h"
 #include "submux.h"
 
+void *g_ctx;
 struct osmo_e1dp_client *g_client;
 int ts_fd;
 struct osmo_i460_timeslot i460_ts;
@@ -32,7 +33,6 @@
 
 static const char *e1d_socket_path = E1DP_DEFAULT_SOCKET;
 static const char *timeslot_spec;
-static void *g_ctx;
 static struct osmo_fd ts_ofd, stdin_ofd;
 
 static void process_cmdline(int argc, char **argv)