aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2012-06-17libgb: separate header files related to spec and implementationHarald Welte6-219/+238
2012-06-17libgb: make sure all BSSGP functions have bssgp_ prefixHarald Welte5-29/+28
2012-06-17libgb/gprs: don't use log_info from libcommon anymoreHarald Welte2-1/+5
2012-06-17libgb: prefix all NS related functions with gprs_Harald Welte7-33/+92
2012-06-17libgb: don't call directly into GMM / LLC layerHarald Welte2-7/+108
2012-06-17libgb: remove dependency of BSSGP to include sgsn/gmm internal structsHarald Welte2-25/+33
2012-06-16libgb: Remove dependency to openbsc/debug.hHarald Welte13-26/+100
2012-06-16libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.hHarald Welte5-29/+96
2012-06-16libgb: Use library SS_L_NS instead lf local SS_NSHarald Welte4-7/+17
2012-06-16libgb: move GPRS specific msgb CB definitions to separate headerHarald Welte8-8/+37
2012-06-16split libgb into a separate library for outside useHarald Welte11-32/+50
2012-03-02misc: Deal with smatch warnings about the bitfieldsHolger Hans Peter Freyther1-1/+1
2012-03-01misc: Use msgb_free for freeing the messagesHolger Hans Peter Freyther2-2/+2
2012-01-15abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflagsHolger Hans Peter Freyther1-2/+2
2011-11-25fix two mistakes in AM_LDFLAGSAlexander Huemer1-1/+1
2011-11-25BSSGP: Add functions required for true BSS-side BSSGP implementationHarald Welte4-13/+442
2011-11-25BSSGP: add more doxygen commentsHarald Welte1-25/+29
2011-11-24GPRS: add new bssgp_create_cell_id(), opposite of bssgp_parse_cell_id()Harald Welte1-0/+12
2011-11-24GPRS NS: Add some doxygen API documentationHarald Welte2-26/+143
2011-11-06gb_proxy: Make sure each parameter has some sort of documentationHolger Hans Peter Freyther2-1/+4
2011-08-19bssgp: make comments more explicit, include 'Rx' in received messagesHarald Welte1-6/+6
2011-07-16gprs_bssgp_util.c: orig_msg == NULL is not supportedHarald Welte1-3/+2
2011-05-06src: use namespace prefix osmo_signal*Pablo Neira Ayuso1-8/+8
2011-05-06src: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso3-11/+11
2011-05-06src: use namespace prefix osmo_timer* for timer functionsPablo Neira Ayuso2-7/+7
2011-04-05libcommon: socket: extend make_sock() prototypePablo Neira Ayuso2-2/+2
2011-03-28src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group()Pablo Neira Ayuso2-0/+2
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso9-31/+31
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte7-0/+0
2011-03-03Move 'Gb' protocol stack into its own src/gb subdirectoryHarald Welte7-0/+9
2011-02-18LOGGING: make sure to make the 'logging filter' compatible with vty log cfgHarald Welte2-12/+10
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte6-36/+30
2010-12-12Add mandatory routeing area IE to SUSPEND-NACKDieter Spaar1-1/+5
2010-08-09[GPRS NS] Fix memory leak in gprs_ns_sendmsg() error pathHarald Welte1-0/+4
2010-07-23[gprs] BSSGP: Fix null pointer dereferenceHarald Welte1-2/+3
2010-06-30[SGSN] BSSGP: Print TLLI as hex value like everwhere elseHarald Welte1-1/+1
2010-06-14GPRS: Increase the NS msg size to 2048Holger Hans Peter Freyther1-1/+1
2010-06-10[gprs] bssgp: Fix LLC PDU length encoding in BSSGP.Sylvain Munaut1-1/+1
2010-06-10[GPSR] SGSN: Keep traffic counters for each PDP contextHarald Welte1-1/+1
2010-06-10[GPRS] BSSGP/SGSN: Implement Gb-Interface PagingHarald Welte2-0/+90
2010-06-09[GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX stateHarald Welte1-4/+16
2010-06-09GPRS: Fix compiler warning that will also lead to a crash at runtime.Holger Hans Peter Freyther1-1/+1
2010-06-03[GPRS] BSSGP: Fix formatting of BSSGP TX STATUSHarald Welte1-1/+2
2010-06-01[GPRS] Major LLC / TLLI handling fixesHarald Welte1-1/+1
2010-05-31[GPRS] Include IMSI and DRX params in BSSGP DL-UDHarald Welte2-3/+36
2010-05-31[GPRS] BSSGP: Fix way too long TLLI debug lineHarald Welte1-1/+1
2010-05-31[GPRS] BSSGP: More verbose debug log / error reportingHarald Welte1-34/+86
2010-05-31[GPRS] BSSGP: When we receive a BLOCK, we should not respond with UNBLOCK-ACKHarald Welte1-2/+1
2010-05-31[GPRS] NS: Fix GRE keepalive response in FR-GRE encapsulationHarald Welte1-2/+2
2010-05-30[GPRS] BSSGP: Acknowledge all SUSPEND and RESUME requestsHarald Welte1-0/+103