osmo-cbc/include/osmocom/sbcap/sbcap_internal.h

9 lines
188 B
C

#pragma once
#include <osmocom/core/logging.h>
extern int _sbcap_DSBCAP;
#define SBC_AP_ASN_DEBUG(x, args ...) DEBUGP(_sbcap_DSBCAP, x "\n", ## args)
#define ASN_DEBUG SBC_AP_ASN_DEBUG