Create new specific file for BSSGP code

Right now there's no much code there since the related code is totally
entangled with the LLC one.
This will eventually change in the future when we switch to use
libosmo-gprs.
Hence, this commit is a preparation to have already some place to put
new BSSGP specific code in the future.

Change-Id: I816396ab5ccb86032bbc21b41a959934a7768780
diff --git a/include/osmocom/sgsn/Makefile.am b/include/osmocom/sgsn/Makefile.am
index 515c79c..3b1f840 100644
--- a/include/osmocom/sgsn/Makefile.am
+++ b/include/osmocom/sgsn/Makefile.am
@@ -2,6 +2,7 @@
 	common.h \
 	crc24.h \
 	debug.h \
+	gprs_bssgp.h \
 	gprs_gb.h \
 	gprs_gmm.h \
 	gprs_gmm_fsm.h \