fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/28979 )
Change subject: split lchan specific defines and code to its own file ......................................................................
Patch Set 3:
(1 comment)
Patchset:
PS2:
You need to first know exactly what you want to find before start using grep, so first step is openi […]
The point of `git grep ...` is exactly to allow finding stuff without prior knowledge of the exact file ;) Personally I would not say "really difficult". It used to be quite simple: open gsm_data.h and you'll find everything in there. With ctags you also don't need to care that much. But from the hierarchical point of view it indeed makes more sense to have a separate header per a logical component.