osmo-bsc-nat/src
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
..
osmo-bsc-nat bsc_nat_fsm: drop LOG_SCCP macro 2022-03-10 18:55:16 +01:00
Makefile.am Add project skeleton 2021-12-23 10:47:21 +01:00