osmo-bsc-nat/src/osmo-bsc-nat
Oliver Smith edc61b4519 bsc_nat_fsm: drop LOG_SCCP macro
After implementing more functionallity (see follow-up patches), it
became clear that this macro is not so useful:

* Using the macro creates unnecessary overhead,
  'LOG_SCCP(sccp_inst, peer_addr_in,' is much longer than 'LOGP('

* The RI and SSN are always the same, so it's not useful to print them
  all the time, this is the generated prefix:
  '(RI=SSN_PC,PC=0.23.3,SSN=BSSAP from CN)'

Related: SYS#5560
Change-Id: I49187d4e3d804c4786ee52eaebdd911e6c6cfa6c
2022-03-10 18:55:16 +01:00
..
Makefile.am Add bsc_nat fsm 2022-01-31 18:50:59 +01:00
bsc_nat.c bsc_nat_fsm: tweak forwarding log messages 2022-03-10 18:55:16 +01:00
bsc_nat_fsm.c bsc_nat_fsm: drop LOG_SCCP macro 2022-03-10 18:55:16 +01:00
logging.c treewide: tweak includes 2022-03-10 18:52:31 +01:00
main.c treewide: tweak includes 2022-03-10 18:52:31 +01:00
vty.c treewide: tweak includes 2022-03-10 18:52:31 +01:00