aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-30 20:47:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-02 14:03:04 +0200
commit762c39ccc65e0307a32b89e8bf7daaad2b6b66b4 (patch)
treec1d0de85859115be63d89d7802b278cfe013019d /debian
parentea05d5c5f89f034a8d2c4151507f59a520535d9a (diff)
Move out sgsn to its own subdir
Diffstat (limited to 'debian')
-rw-r--r--debian/copyright36
1 files changed, 18 insertions, 18 deletions
diff --git a/debian/copyright b/debian/copyright
index 5d883b9de..fa7405fed 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -92,27 +92,27 @@ Files: include/osmocom/sgsn/a_reset.h
src/gbproxy/gb_proxy_peer.c
src/gbproxy/gb_proxy_tlli.c
src/gbproxy/gb_proxy_vty.c
- src/gprs/gprs_gmm.c
- src/gprs/gprs_llc.c
- src/gprs/gprs_llc_vty.c
- src/gprs/gprs_llc_xid.c
- src/gprs/gprs_sgsn.c
- src/gprs/gprs_sndcp.c
- src/gprs/gprs_sndcp_comp.c
- src/gprs/gprs_sndcp_dcomp.c
- src/gprs/gprs_sndcp_pcomp.c
- src/gprs/gprs_sndcp_vty.c
- src/gprs/gprs_sndcp_xid.c
- src/gprs/gprs_subscriber.c
src/gtphub/gtphub.c
src/gtphub/gtphub_main.c
src/gtphub/gtphub_vty.c
- src/gprs/sgsn_auth.c
- src/gprs/sgsn_cdr.c
- src/gprs/sgsn_ctrl.c
- src/gprs/sgsn_libgtp.c
- src/gprs/sgsn_main.c
- src/gprs/sgsn_vty.c
+ src/sgsn/gprs_gmm.c
+ src/sgsn/gprs_llc.c
+ src/sgsn/gprs_llc_vty.c
+ src/sgsn/gprs_llc_xid.c
+ src/sgsn/gprs_sgsn.c
+ src/sgsn/gprs_sndcp.c
+ src/sgsn/gprs_sndcp_comp.c
+ src/sgsn/gprs_sndcp_dcomp.c
+ src/sgsn/gprs_sndcp_pcomp.c
+ src/sgsn/gprs_sndcp_vty.c
+ src/sgsn/gprs_sndcp_xid.c
+ src/sgsn/gprs_subscriber.c
+ src/sgsn/sgsn_auth.c
+ src/sgsn/sgsn_cdr.c
+ src/sgsn/sgsn_ctrl.c
+ src/sgsn/sgsn_libgtp.c
+ src/sgsn/sgsn_main.c
+ src/sgsn/sgsn_vty.c
tests/gtphub/gtphub_test.c
tests/sgsn/sgsn_test.c
tests/slhc/slhc_test.c